laravel-api-interaction maintained by marksihor
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