issetbv/tpc-manager-client

There is no license information available for the latest version (1.0.2) of this package.

TPC client for PHP 5.3

1.0.2 2014-03-03 09:29 UTC

This package is not auto-updated.

Last update: 2024-04-23 04:22:25 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));