Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/armetiz/tapfiliate-php

Manipulate Tapfiliate API using PHP
https://github.com/armetiz/tapfiliate-php

Last synced: about 1 month ago
JSON representation

Manipulate Tapfiliate API using PHP

Awesome Lists containing this project

README

        

# Tapfiliate for PHP

## Included features

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

## Example

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

$tapfiliate = new Tapfiliate($key);
$response = $tapfiliate->createConversion([
"external_id" => "[email protected]",
]);
```

## Testing

Not implemented yet.

## License

This library is under the MIT license. [See the complete license](https://github.com/armetiz/tapfiliate-php/blob/master/LICENSE).

## Credits

Author - [Thomas Tourlourat](http://www.wozbe.com)