yaraplus / integration-client
A client to connect PHP Programs to integration API.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yaraplus/integration-client
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.4
This package is auto-updated.
Last update: 2025-12-28 18:30:08 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.