This package provides some RESTful specific components that are useful when building a RESTful api. These components are used in a RESTful Plugin for Craft; however they may also be used on their own if you wish to start from scratch.
To install, use composer:
composer require flipboxfactory/craft-rest
With this plugin as the scaffolding, you'll need to register and build your own RESTful endpoints. We've created a test project as a reference.
$ ./vendor/bin/phpunit
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.