fusio / adapter-sample
Sample adapter which provides a basic todo API
v0.4.0
2017-05-28 20:23 UTC
Requires
- php: >=5.6
- fusio/engine: ^0.7@dev
Requires (Dev)
- phpunit/dbunit: ^2.0
- phpunit/phpunit: ^5.6
README
Fusio adapter which is also used by the Fusio demo. It provides a basic todo API and is a great starting point to build new adapters. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-sample
php bin/fusio system:register Fusio\Adapter\Sample\Adapter