Website that documents the QueryR API.
The website uses the Silex PHP micro-framework.
- Run
composer install
- http://silex.sensiolabs.org/doc/web_servers.html
For developing, you can simply run php -S localhost:8000
in web
. No need to have a real server
set up.
Available options are in app/config/default-config.php
. Create a app/config/config.php
file
and override the options you are interested in.
Please file issues at https://github.com/JeroenDeDauw/QueryrAPI