2017 © Pedro Peláez
 

library php-ltsv

LTSV(Labeled Tab Separated Value) parser implementation in PHP

image

cyrill/php-ltsv

LTSV(Labeled Tab Separated Value) parser implementation in PHP

  • Monday, June 3, 2013
  • by t-cyrill
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7,001 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-ltsv

Labelled Tab-Separated Values(LTSV) parser / dumper, (*1)

Read more http://ltsv.org/, (*2)

Requirements

PHP 5.3+, (*3)

Installation

git clone git://github.com/t-cyrill/php-ltsv.git

Usage

<?php
require 'autoload.php';

$hash = array('foo' => 'bar');
$ltsv = Ltsv::encode($hash);
Ltsv::decode($ltsv);

The Versions

03/06 2013

dev-master

9999999-dev

LTSV(Labeled Tab Separated Value) parser implementation in PHP

  Sources   Download

MIT

The Development Requires

by Avatar cyrill