elfsundae / laravel-api
Laravel api client, token, and response.
1.8.0
2018-02-03 18:09 UTC
Requires
- php: >=5.6.4
- illuminate/database: ~5.0,<5.7
- illuminate/http: ~5.0,<5.7
- illuminate/support: ~5.0,<5.7
Requires (Dev)
- mockery/mockery: ~1.0
- phpunit/phpunit: ~5.7|~6.0|~7.0
README
Installation
You can install this package via the Composer manager:
$ composer require elfsundae/laravel-api
Then register the service provider by adding the following to the providers
array in config/app.php
:
ElfSundae\Laravel\Api\ApiServiceProvider::class,
And publish the config file:
$ php artisan vendor:publish --tag=laravel-api
Testing
$ composer test
License
This package is open-sourced software licensed under the MIT License.