Looking to hire Laravel developers? Try LaraJobs

laravel-api-interaction maintained by marksihor

Description
Interact with Laravel Applications via Passport Authorized requests (using client_credentials passport token)
Author
Last update
2024/01/03 14:00 (dev-master)
License
Links
Downloads
5 547
Tags

Comments
comments powered by Disqus

Laravel API Interaction

Installation

composer require marksihor/laravel-api-interaction 

Publish the config file if You need to change something:

php artisan vendor:publish --provider="ApiInteraction\\ApiInteractionServiceProvider" --tag=config

Publish the migrations (if need to log requests)

php artisan vendor:publish --provider="ApiInteraction\\ApiInteractionServiceProvider" --tag=migrations

License

MIT