paymentassist/creditsafe-callreport

PHP client for accessing the CreditSafe CallReport API

Maintainers

Package info

github.com/paymentassist/creditsafe-callreport

pkg:composer/paymentassist/creditsafe-callreport

Statistics

Installs: 7 658

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

2.0.0 2025-06-30 11:32 UTC

This package is auto-updated.

Last update: 2026-03-16 11:54:31 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.

Regenerating class maps

./vendor/bin/soap-client generate:classmap --config=./config/soap-client.php