15
May

Tarpipe.com API PHP Implementation

After a few days testing the tarpipe.com “developer preview“, and more than 5 workflows created, the need of intergate tarpipe.com api with a easy to use php class became obvious.

Playing with tarpipe.com simplifying

Following the examples of the implementations on Perl and Python:

I have created the Tarpipe.com Api PHP implementation.

The source can be found out on Google Code, Tarpipe PHP.

A simple example of use could be:

<?php

require_once("lib/Tarpipe_PHP.php");

$key    =       "YOUR_WORKFLOW_KEY";$client =       new Tarpipe_PHP($key);$title  =       "Playing with tarpipe.com PHP_API";$image  =       "directory/someimage.jpg";$body   =       "Some body on you message";$client->upload($title,$body,$image);  ?>

It’s my contribution for the project, that even if it is on a “developer preview” version is already making me smile, with the potential of the project.

Related posts:

  1. Tarpipe Share Widget Plugin for Habari
  2. Tarpipe.com aggregating the web
  3. Google Apps Next Language War – Ruby, Perl, Java and Php on the lead

enjoyed this post? share with others:

twitter stumble upon digg

This entry was posted on Thursday, May 15th, 2008 at 12:52 pm and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed.

leave a comment