flipboxfactory / craft-rest
Rest application components for Yii2 and Craft CMS
Installs: 13 178
Dependents: 1
Suggesters: 0
Security: 0
Stars: 19
Watchers: 6
Forks: 3
Open Issues: 0
Requires
- craftcms/cms: ^4.0.0
Requires (Dev)
- phpunit/phpunit: ^5.0
- squizlabs/php_codesniffer: ^3.4
This package is auto-updated.
Last update: 2024-10-11 16:50:44 UTC
README
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.