marksihor / laravel-api-interaction
Interact with Laravel Applications via Passport Authorized requests (using client_credentials passport token)
Package info
github.com/marksihor/laravel-api-interaction
pkg:composer/marksihor/laravel-api-interaction
dev-master
2024-01-03 13:00 UTC
Requires
- php: ^7.4|^8.0
This package is auto-updated.
Last update: 2026-03-01 00:14:20 UTC
README
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