Download the PHP package njt/good-reads without Composer
On this page you can find all versions of the php package njt/good-reads. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download njt/good-reads
More information about njt/good-reads
Files in njt/good-reads
Package good-reads
Short Description PHP wrapper to communicate with Goodreads API.
License MIT
Homepage https://github.com/Nicat/GoodReads
Informations about the package good-reads
Goodreads
PHP wrapper to communicate with Goodreads API.
Requirements
- PHP >= 5.5.3
Installation
Getting Started
Before using Goodreads API you must create a new application. Visit signup form for details.
Setup client:
Examples
Lookup books
You can lookup a book by ISBN, ID or Title:
Search for books:
Authors
Look up an author by their Goodreads Author ID:
Look up an author books by their Goodreads Author ID:
Get Author ID by Author Name:
Look up an author by name:
Author series:
Reviews
Get review details:
Get User review details by Book:
User
Get the user by id:
Get the user by username:
Groups
Get group details:
The sort
parameter is optional, and defaults to title
.
One of comments_count
, title
, updated_at
, views
Find group by Name:
List the groups a given user is a member of:
The sort
parameter is optional, and defaults to members
.
One of my_activity
, members
, last_activity
, title
List the group Members a given group id:
Contributions
You're welcome to submit patches and new features.
- Create a new branch for your feature of bugfix
- Add tests so it does not break any existing code
- Open a new pull request
- Check official API documentation
License
The MIT License (MIT)
Nijat Asadov, [email protected]