13/01
2018
dev-master
9999999-devISBNdb API
MIT
The Requires
- php >=5.3.0
The Development Requires
Wallogit.com
2017 © Pedro Peláez
ISBNdb API
PHP composer for isbndb.com API service., (*1)
/book
/books
/author
/authors
/publisher
/publishers
/subject
/subjects
/category
/categories
/prices
$api_key = 'YOUR_API_KEY'; $query_string = '084930315X'; // 10 or 13 digits ISBN or book id $book = new ISBNdb\Book($api_key, $query_string); $title = $book->getTitle();
ISBNdb API
MIT