Goodreads Developers discussion

894 views
examples / showcase > PHP API wrapper

Comments Showing 1-6 of 6 (6 new)    post a comment »
dateUp arrow    newest »

message 1: by [deleted user] (new)

Hey everyone,

Quick note for anyone working with GoodReads in PHP: I have started an API wrapper on GitHub here: https://github.com/danielgwood/goodre...

It only supports one function at the moment, but adding others will be trivial in most cases (if you're on GitHub you can even send me a pull request), and I'll add them if requested.

Caching is built in, and it attempts to wrestle XML into a vaguely serviceable array for you.


message 2: by Michael (new)

Michael Economy (michaeleconomy) Cool!


message 3: by Victor (new)

Victor Davis (victor-a-davis) | 1 comments Daniel wrote: "Hey everyone,

Quick note for anyone working with GoodReads in PHP: I have started an API wrapper on GitHub here: https://github.com/danielgwood/goodre...

It only supports one function at the ..."


Daniel, thanks for developing this! I've forked you on GitHub. This gives me a big head start on a little project I'm starting.


message 4: by [deleted user] (new)

Victor wrote: "Daniel wrote: "Hey everyone,

Quick note for anyone working with GoodReads in PHP: I have started an API wrapper on GitHub here: https://github.com/danielgwood/goodre...

It only supports one f..."


Great to hear it Victor! If you happen to make any changes or improvements, I'd be more than happy to merge them in.

Best of luck with your project.


message 5: by Jesús (new)

Jesús  (jesuserro) | 1 comments I've forked you on GitHub. Excellent starting point. It's really useful! Thank you.


message 6: by [deleted user] (new)

Great to hear! Good luck with your project.


back to top