paymentassist / creditsafe-callreport
PHP client for accessing the CreditSafe CallReport API
Installs: 6 332
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 2
Requires
- php-http/client-common: ^2.1
- php-http/discovery: ^1.7
- php-http/guzzle7-adapter: ^1.0
- php-http/httplug: ^2.1
- php-http/message: ^1.8
- php-http/message-factory: ^1.0
- phpro/soap-client: ^1.7
- psr/http-message: ^1.0
Requires (Dev)
- laminas/laminas-code: ^4.7
This package is auto-updated.
Last update: 2025-04-04 11:37:46 UTC
README
PHP client for accessing the CreditSafe CallReport API
Installation
Install with composer:
composer require paymentassist/creditsafe-callreport
Usage
src/CreditsafeMiddleware.php
handles authentication, ensure the following ENV variables are available:
export CREDITSAFE_COMPANY="your company"
export CREDITSAFE_USERNAME="your username"
export CREDITSAFE_PASSWORD="your password"
See example.php
.