yaraplus / integration-client
A client to connect PHP Programs to integration API.
1.0.0
2022-07-14 07:23 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.4
This package is auto-updated.
Last update: 2024-10-28 15:23:28 UTC
README
A PHP client package that helps to interact with Yaraplus integration API.
installation
composer require yaraplus/integration-client
Laravel applications
If your applications uses Laravel framework then copy this array item into your config/services.php
:
'integration_client' => [
'api_key' => env('INTEGRATION_CLIENT_API_KEY')
]
Then put INTEGRATION_CLIENT_API_KEY
in your environment variables.