2017 © Pedro Peláez
 

library data-parser

some data parser tool library of the php

image

toolkit/data-parser

some data parser tool library of the php

  • Monday, April 30, 2018
  • by inhere
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 75 % Grown

The README.md

data parser utils

simple data parser for php, (*1)

driver, (*2)

  • json(by json_encode)
  • php(by serialize)
  • swoole(by extension swoole_serialize)
  • msgpack(by extension msgpack)

Install

  • composer command
composer require toolkit/data-parser

Usage

$parser = new SwooleParser();
// $parser = new JsonParser();
// $parser = new PhpParser();
// $parser = new MsgPackParser();

// encode
$encoded = $parser->encode($data);

// decode
$decoded = $parser->encode($encoded);

Unit testing

phpunit 

License

MIT, (*3)

The Versions

30/04 2018

dev-master

9999999-dev https://github.com/php-toolkit/data-parser

some data parser tool library of the php

  Sources   Download

MIT

The Requires

  • php >7.0.0

 

php library tool

30/04 2018

v1.0.2

1.0.2.0 https://github.com/php-toolkit/data-parser

some data parser tool library of the php

  Sources   Download

MIT

The Requires

  • php >7.0.0

 

php library tool

29/03 2018

v1.0.1

1.0.1.0 https://github.com/php-mylib/data-parser

some data parser tool library of the php

  Sources   Download

MIT

The Requires

  • php >7.0.0

 

php library tool

28/03 2018

v1.0.0

1.0.0.0 https://github.com/php-mylib/data-parser

some data parser tool library of the php

  Sources   Download

MIT

The Requires

  • php >7.0.0

 

php library tool