Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 424 Bytes

Cybersource PHP Client

Provides a wrapper for Cybersource's fraud checking service

Installable via composer: "samwaters/cybersourcephp" : "*"

Or by using the composer autoloader: require_once("vendor/autoload.php");

Requirements

  • PHP 5.3+
  • SOAP extension
  • Cybersource merchant ID, api key and organisation ID

Usage

See Examples/AFSRequest.php for a full example on making a request