Skip to content

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

1. Add the following under the "require" key in your composer.json:

  1. {
  2.     "require" : {
  3.         ...
  4.         "signifyd/signifyd-php": "2.*"
  5.     }
  6. }

2. After adding the line you must install the Signifyd PHP SDK dependency by running:

  1. $ php composer.phar install

Install through Packagist

1. To add it to your project, simply run:

Example for Field Mapping

  1. $ php composer.phar require signifyd/signifyd-php 2.x

Tip: You can find more information on how to get started and examples on GitHub.

Was this page helpful?