Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/armetiz/tapfiliate-php
- Owner: armetiz
- License: mit
- Created: 2016-07-08T10:35:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T12:20:44.000Z (over 8 years ago)
- Last Synced: 2024-04-25T19:43:36.985Z (7 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)