Skip to content

LTSV(Labeled Tab Separated Value) parser implementation in PHP

Notifications You must be signed in to change notification settings

t-cyrill/php-ltsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-ltsv

Labelled Tab-Separated Values(LTSV) parser / dumper

Read more http://ltsv.org/

Requirements

PHP 5.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);

About

LTSV(Labeled Tab Separated Value) parser implementation in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages