GitHunt
AR

armetiz/tapfiliate-php

Manipulate Tapfiliate API using PHP

Tapfiliate for PHP

Included features

  1. Create conversion : http://docs.tapfiliate.apiary.io/#reference/conversions/conversions-collection/create-a-conversion

Example

$key   = "APP_KEY"; // Generated from : https://tapfiliate.com/user/api-access/

$tapfiliate = new Tapfiliate($key);
$response   = $tapfiliate->createConversion([
    "external_id" => "john.doe@acme.com",
]);

Testing

Not implemented yet.

License

This library is under the MIT license. See the complete license.

Credits

Author - Thomas Tourlourat

Languages

PHP100.0%

Contributors

MIT License
Created July 8, 2016
Updated January 19, 2023