armetiz / tapfiliate-php
使用PHP操作Tapfiliate API
dev-master
2016-07-08 12:20 UTC
Requires
- php: >=5.5.0
- beberlei/assert: ~2.1
- kriswallsmith/buzz: ^0.15.0
This package is not auto-updated.
Last update: 2024-09-14 19:31:12 UTC
README
包含的功能
- 创建转换: http://docs.tapfiliate.apiary.io/#reference/conversions/conversions-collection/create-a-conversion
示例
$key = "APP_KEY"; // Generated from : https://tapfiliate.com/user/api-access/ $tapfiliate = new Tapfiliate($key); $response = $tapfiliate->createConversion([ "external_id" => "john.doe@acme.com", ]);
测试
尚未实现。
许可证
此库采用MIT许可证。 查看完整许可证。
致谢
作者 - Thomas Tourlourat