becold / laravel-mikuia-api
RESTful Mikuia API for Laravel 5
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 5
pkg:composer/becold/laravel-mikuia-api
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- orchestra/testbench: ^5.3
- phpstan/phpstan: ^0.12.36
- phpunit/phpunit: ^8.5
This package is not auto-updated.
Last update: 2026-01-18 12:21:24 UTC
README
RESTful Mikuia API for Laravel 5
Warning: This library is an non-tested and alpha library. Use it at your risk.
Installation
composer require becold/laravel-mikuia-api:dev-master
In config/app.php, add this provider :
Becold\MikuiaApi\Providers\MikuiaApiServiceProvider::class
In the same file, add this facade in aliases :
'MikuiaApi' => Becold\MikuiaApi\Facades\MikuiaApiServiceFacade::class,