paymentassist/creditsafe-callreport

PHP client for accessing the CreditSafe CallReport API

1.0.6 2023-02-03 11:25 UTC

This package is auto-updated.

Last update: 2024-03-19 22:40:39 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.