Client Libraries
Integrate quickly using Signifyd's client libraries.
You can find a list of officially supported libraries for popular languages. The client library provides an interface to all Signifyd supported APIs. Each library contains instructions and examples to help get started.
PHP
Install through Composer
- Add the following under the "require" key in your composer.json:
{
"require" : {
...
"signifyd/signifyd-php": "2.\*"
}
}
- After adding the line you must install the Signifyd PHP SDK dependency by running:
$ php composer.phar install
Install through Packagist
- To add it to your project, simply run:
EXAMPLE FOR FIELD MAPPING
$ php composer.phar require signifyd/signifyd-php 2.x
Tip
You can find more information on how to get started and examples on GitHub.
Updated 10 months ago