sumeko / phalcon-jsonapi
Phalcon JSON API (jsonapi.org) quick start application
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Type:project
pkg:composer/sumeko/phalcon-jsonapi
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: 2025-10-11 23:32:51 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