Skip to content

flipboxfactory/craft-rest

Repository files navigation

RESTful Application Components for Craft CMS

Join the chat at https://gitter.im/flipboxfactory/craft-rest Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Description

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.

Installation

To install, use composer:

composer require flipboxfactory/craft-rest

Usage

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.

Testing

$ ./vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.