flipboxfactory/craft-rest

Rest application components for Yii2 and Craft CMS

3.1.0 2024-03-11 15:42 UTC

This package is auto-updated.

Last update: 2024-04-11 15:48:36 UTC


README

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.