Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hay/rijksmuseumapi
Set of PHP classes for the Rijksmuseum API
https://github.com/hay/rijksmuseumapi
Last synced: 28 days ago
JSON representation
Set of PHP classes for the Rijksmuseum API
- Host: GitHub
- URL: https://github.com/hay/rijksmuseumapi
- Owner: hay
- Created: 2011-11-25T20:56:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-05T12:21:32.000Z (about 12 years ago)
- Last Synced: 2024-10-16T16:30:30.090Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 422 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rijksmuseum API Tools
=====================
Tools to access the Rijksmuseum API.API (api/*)
-----------
A series of PHP classes to access the Rijksmuseum API.Look in `harvester.php` for an example on how to get the complete database.
Installation
------------
1. Create a `config.php` file with your API key, check config-sample.php for an example
2. Use `harvester.php` to get the complete database a a series of JSON files, every request is saved as a separate JSON file.Resources
---------
* [Rijksmuseum API docs](http://rijksmuseum.nl/api)
* By Hay Kranen: http://www.haykranen.nl/projects/rijksmuseum
* [Follow me on Twitter](http://twitter.com/hayify)Contributors
------------
Thanks to all of you for fixing bugs!
* [@PanMan](http://twitter.com/PanMan) fixed the harvester part