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

Installs: 299

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/issetbv/tpc-manager-client

1.0.2 2014-03-03 09:29 UTC

This package is not auto-updated.

Last update: 2025-10-21 11:41:52 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));