2017 © Pedro Peláez
 

library tpc-manager-client

TPC client for PHP 5.3

image

issetbv/tpc-manager-client

TPC client for PHP 5.3

  • Monday, March 3, 2014
  • by balliad
  • Repository
  • 5 Watchers
  • 0 Stars
  • 288 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Example

<?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));

The Versions

03/03 2014

dev-master

9999999-dev

TPC client for PHP 5.3

  Sources   Download

The Requires

  • php >=5.3.0

 

03/03 2014

dev-develop

dev-develop

TPC client for PHP 5.3

  Sources   Download

The Requires

  • php >=5.3.0

 

03/03 2014

1.0.2

1.0.2.0

TPC client for PHP 5.3

  Sources   Download

The Requires

  • php >=5.3.0

 

06/02 2014

1.0.1

1.0.1.0

TPC client for PHP 5.3

  Sources   Download

The Requires

  • php >=5.3.0

 

06/02 2014

1.0

1.0.0.0

TPC client for PHP 5.3

  Sources   Download

The Requires

  • php >=5.3.0