loukel/goodreads

There is no license information available for the latest version (dev-main) of this package.

Goodreads RSS reader: PHP class that has a function to return an array of each books' attributes on a specified shelf. Therefore, you can have a dynamic bookshelf that updates when you update Goodreads. The widgets Goodreads provides are quite restrictive and are static.

dev-main 2021-02-23 13:03 UTC

This package is not auto-updated.

Last update: 2024-10-03 05:02:35 UTC


README

Goodreads RSS reader, PHP class that has a function to return an array of each books' attributes on a specified shelf. The books can also be sorted.

Purpose

Goodreads does have widgets that you can use but the design is limited and they are not dynamic so they will have to be manually updated. Goodreads also have RSS which I have used but the RSS files were very ugly and awkward to use, and so I created this Goodreads class to make it easier to dynamically add books to your web applications and therefore you can use Goodreads and the site is updated automatically as you add more books.

Functionality

You can use any public shelf on your goodreads account by declaring the first parameter and you can also sort the shelf by declaring the second parameter in the shelf function.

Installation

composer require loukel/goodreads
composer install

OR

git clone https://github.com/loukel/Goodreads.git