Labelled Tab-Separated Values(LTSV) parser / dumper
Read more http://ltsv.org/
PHP 5.3+
git clone git://github.com/t-cyrill/php-ltsv.git
<?php
require 'autoload.php';
$hash = array('foo' => 'bar');
$ltsv = Ltsv::encode($hash);
Ltsv::decode($ltsv);