sumeko / phalcon-jsonapi
Phalcon JSON API (jsonapi.org) quick start application
0.0.2
2016-01-07 15:57 UTC
Requires
- php: >=5.5.9
- ext-phalcon: ^2.0
- neomerx/json-api: ^0.6.5
Requires (Dev)
- phpunit/phpunit: ^5.1
This package is not auto-updated.
Last update: 2024-12-21 19:19:40 UTC
README
neomerx/json-api with Phalcon PHP Framework
Install & Usage
- Create the project
composer create sumeko/phalcon-jsonapi api-project
- Change the CWD
cd api-project
- Run the PHP Built-in Web Server
php -S 127.0.0.1:8000 -t public
- Open the browser and navigate to the below urls