armetiz / tapfiliate-php
Manipulate Tapfiliate API using PHP
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/armetiz/tapfiliate-php
Requires
- php: >=5.5.0
- beberlei/assert: ~2.1
- kriswallsmith/buzz: ^0.15.0
This package is not auto-updated.
Last update: 2025-10-12 01:22:35 UTC
README
Included features
- 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