becold / laravel-mikuia-api
RESTful Mikuia API for Laravel 5
dev-master
2021-01-24 23:05 UTC
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: 2025-04-27 08:39:47 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,