2017 © Pedro Peláez
 

library data-parser

simple data parser tool library of the php

image

swoft/data-parser

simple data parser tool library of the php

  • Thursday, March 29, 2018
  • by swoft
  • Repository
  • 3 Watchers
  • 2 Stars
  • 4,373 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 152 % Grown

The README.md

Data parser

Universal data parser/ for PHP, (*1)

Driver:, (*2)

  • json(by json_encode)
  • php(by serialize)
  • igbinary(by extension igbinary)
  • msgpack(by extension msgpack)

Install

  • composer command
composer require swoft/data-parser

Usage

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

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

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

Unit testing

phpunit 

LICENSE

The Component is open-sourced software licensed under the Apache license., (*3)

The Versions

29/03 2018

dev-master

9999999-dev https://github.com/swoft-cloud/swoft-parser

simple data parser tool library of the php

  Sources   Download

Apache-2.0

The Requires

  • php >7.0.0

 

php library tool

29/03 2018

dev-bak

dev-bak https://github.com/swoft-cloud/swoft-parser

simple data parser tool library of the php

  Sources   Download

Apache-2.0

The Requires

  • php >7.0.0

 

php library tool

29/03 2018

v1.0.1

1.0.1.0 https://github.com/swoft-cloud/swoft-parser

simple data parser tool library of the php

  Sources   Download

Apache-2.0

The Requires

  • php >7.0.0

 

php library tool

28/03 2018

v1.0.0

1.0.0.0 https://github.com/swoft-cloud/swoft-parser

simple data parser tool library of the php

  Sources   Download

Apache-2.0

The Requires

  • php >7.0.0

 

php library tool