sumeko/phalcon-jsonapi

Phalcon JSON API (jsonapi.org) quick start application

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Type:project

0.0.2 2016-01-07 15:57 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:39:24 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