This contains a dummy implementation of the eLife 2.0 API.
##Import article
cd /srv/api-dummy
./bin/import 09560
The above command should result in a data fixture for article 09560 being created at /srv/api-dummy/data/articles/09560.json
cd /srv/api-dummy
php -S localhost:5001 ./web/index.php
Then visit http://localhost:5001/articles in your browser.