issetbv/tpc-manager-client

此包的最新版本(1.0.2)没有提供许可证信息。

PHP 5.3 的 TPC 客户端

1.0.2 2014-03-03 09:29 UTC

This package is not auto-updated.

Last update: 2024-09-24 06:41:43 UTC


README

<?php

include '../src/Tpc/Autoloader.php';
$tpc  = new Tpc\Tpc('api_url', 'consumerkey', 'secret');
$test = $tpc->createJobAddPayload('workflow', 'callback');
$test->setPostData('file[2]', 'filelocation');
var_dump($tpc->sendPayload($test));