Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loukel/goodreads
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.
https://github.com/loukel/goodreads
books bookshelf dynamic goodreads goodreads-api goodreads-rss-reader personal personal-website php php7 rss shelf
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/loukel/goodreads
- Owner: loukel
- License: unlicense
- Created: 2020-11-11T10:24:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T13:03:20.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T02:41:37.527Z (about 1 month ago)
- Topics: books, bookshelf, dynamic, goodreads, goodreads-api, goodreads-rss-reader, personal, personal-website, php, php7, rss, shelf
- Language: PHP
- Homepage:
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goodreads
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 installOR
git clone https://github.com/loukel/Goodreads.git