PHP Classes

ISBNDB Service: Retrieve book information by ISBN from ISBNDB.com

Recommend this page to a friend!

  Author Author  
Picture of Robert van der Linde
Name: Robert van der Linde is available for providing paid consulting. Contact Robert van der Linde .
Classes: 3 packages by
Country: The Netherlands The Netherlands
Age: 36
All time rank: 264766 in The Netherlands The Netherlands
Week rank: 402 Up8 in The Netherlands The Netherlands Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package can be used to retrieve book information by ISBN from ISBNDB.com.

It accesses the ISBNDB.com Web services API server and execute several types of operations to request information about books.

There are several classes that can perform searches for books or retrieve information about specific books, categories, authors and publishers.

Extended documentation can be found at
http://www.linde002.nl/pub/ISBNDBService/

Details
README for ISBNDBService v1.0 07-06-2009 (7 june 2009) ISBNDBService is a PHP wrapper for isbndb.com's webservice API. It will represent the returned data as PHP objects that can be manipulated and read. Features: * Implements paging mechanism used by the webservice * Can represent all data currently returned by the webservice * Can handle all request types currently used by the webservice * Makes pages and resultset function as iterators Warnings: This library relies on an implementation of an autoload mechanism. No files are automatically included or required to allow for a flexible implementation of this library in your project Tips: If you want to display data from a result or a collection in a generic way, say XML or JSON use the decorator pattern. For example if you want to display a collection as an xml string to use in an AJAX request: <code> class ISBNDBServiceCollectionDecoratorXML { protected $collection = null; public function __construct(ISBNDBServiceCollection $collection) { $this->collection = $collection; } public function __toString() { /** * This is the place where you loop over your collection and * create the xml string that you need to display. */ } } </code>

  Classes of Robert van der Linde  >  ISBNDB Service  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: ISBNDB Service
Base name: isbndbservice
Description: Retrieve book information by ISBN from ISBNDB.com
Version: 1.0
PHP version: 5.2
License: BSD License
All time users: 579 users
All time rank: 5314
Week users: 0 users
Week rank: 117 Equal
 
  Groups   Rate classes User ratings   Applications   Related pages   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
June 2009
Number 9
Many sites display pages with details and reviews about books.

This class makes it possible to retrieve and display details about many books in any site by accessing the ISBNDB.com book database via Web services.

Manuel Lemos

  User ratings  
Not enough user ratings

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.


  Related pages  
Extended documentation and background info

  Files folder image Files  
File Role Description
Plain text file ISBNDBPaginator.php Class ISBNDBPaginator
Plain text file ISBNDBService.php Class ISBNDBService
Plain text file ISBNDBServiceAuthor.php Class ISBNDBServiceAuthor
Plain text file ISBNDBServiceBook.php Class ISBNDBServiceBook
Plain text file ISBNDBServiceCategory.php Class ISBNDBServiceCategory
Plain text file ISBNDBServiceCollection.php Class ISBNDBServiceCollection
Plain text file ISBNDBServicePublisher.php Class ISBNDBServicePublisher
Plain text file ISBNDBServiceResult.php Class ISBNDBServiceResult
Plain text file ISBNDBServiceSubject.php Class ISBNDBServiceSubject
Accessible without login Plain text file LICENSE Lic. License
Accessible without login Plain text file README Doc. Readme

Install with Composer Install with Composer - Download Download all files: isbndbservice.tar.gz isbndbservice.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  Files folder image Files  
File Role Description
Plain text file ISBNDBPaginator.php Class ISBNDBPaginator
Plain text file ISBNDBService.php Class ISBNDBService
Plain text file ISBNDBServiceAuthor.php Class ISBNDBServiceAuthor
Plain text file ISBNDBServiceBook.php Class ISBNDBServiceBook
Plain text file ISBNDBServiceCategory.php Class ISBNDBServiceCategory
Plain text file ISBNDBServiceCollection.php Class ISBNDBServiceCollection
Plain text file ISBNDBServicePublisher.php Class ISBNDBServicePublisher
Plain text file ISBNDBServiceResult.php Class ISBNDBServiceResult
Plain text file ISBNDBServiceSubject.php Class ISBNDBServiceSubject
Accessible without login Plain text file LICENSE Lic. License
Accessible without login Plain text file README Doc. Readme

Install with Composer Install with Composer - Download Download all files: isbndbservice.tar.gz isbndbservice.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.