dastoic / laravel-api
Laravel package for managing API clients. Great for mobile and SPA back-ends.
dev-master
2019-09-28 20:30 UTC
Requires
- php: >=7.2
- illuminate/support: ^6.0
- tymon/jwt-auth: 1.0.0-rc.5
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2023-03-29 00:57:45 UTC
README
I started developing this package about a year ago, but never really completed. Just pushed it to github for my buddy to take over.
Laravel package for managing API clients. Great for mobile and SPA back-ends.
Installation
Install via composer
composer require dastoic/laravel-api
Publish Configuration File
php artisan vendor:publish --provider="Dastoic\LaravelApi\ApiServiceProvider" --tag="config"
Usage
... coming soon ...
Security
If you discover any security related issues, please email instead of using the issue tracker.