marksihor/laravel-api-interaction

Interact with Laravel Applications via Passport Authorized requests (using client_credentials passport token)

Installs: 5 523

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/marksihor/laravel-api-interaction

dev-master 2024-01-03 13:00 UTC

This package is auto-updated.

Last update: 2025-10-01 00:16:09 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