Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

rfsbsb/getBooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Get Book

This is a simple PHP script to retrieve book data from Livraria Cultura website. This script relies on PHP DOM classes and was only tested in UNIX environment with PHP >= 5.3

There are three classes:

  • DomFinder - This is an abstraction on PHP DOM class to make it easier to navigate in the document using XPATH
  • Book - Book data and info parsing methods.
  • BookRetriever - Methods for search and retrieve some especific book data.

Licensing

This code is licensed under GPL (GNU Public License) V3. http://www.gnu.org/copyleft/gpl.html

About

A simple php script to retreive book data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages