fusio / adapter-sample
Sample adapter which provides a basic todo API
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
pkg:composer/fusio/adapter-sample
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