Looking to hire Laravel developers? Try LaraJobs

laravel-api maintained by elfsundae

Description
Laravel api client, token, and response.
Author
Last update
2022/02/19 22:41 (dev-master)
License
Downloads
523
Tags

Comments
comments powered by Disqus

Laravel Api

Latest Version on Packagist Software License tests StyleCI SymfonyInsight Grade Quality Score Code Coverage Total Downloads

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.