2017 © Pedro Peláez
 

library util

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

image

linio/util

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  • Friday, July 20, 2018
  • by linio
  • Repository
  • 3 Watchers
  • 6 Stars
  • 9,772 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 9 Versions
  • 9 % Grown

The README.md

Linio Util

Latest Stable Version License Build Status Scrutinizer Code Quality, (*1)

Linio Util is a generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc., (*2)

Install

The recommended way to install Linio Util is through composer., (*3)

$ composer require linio/util

Tests

To run the test suite, you need install the dependencies via composer, then run PHPUnit., (*4)

$ composer install
$ vendor/bin/phpunit

JSON

The library includes a JSON wrapper around json_encode and json_decode, allowing you to handle parsing errors with exceptions., (*5)

<?php

Json::encode(['foo' => 'bar']);
Json::decode('{"foo":"bar"}');

Inflector

The library includes a small string manipulation library, with common operations in string datatypes., (*6)

<?php

Inflector::pascalize('my-test'); // MyTest
Inflector::camelize('my-test'); // myTest

The Versions

20/07 2018

dev-master

9999999-dev

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0

 

The Development Requires

util linio

28/06 2018

dev-dependabot/composer/phpunit/phpunit-approx-5.0|approx-7.0

dev-dependabot/composer/phpunit/phpunit-approx-5.0|approx-7.0

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0

 

The Development Requires

util linio

05/06 2018

2.2.0

2.2.0.0

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0

 

The Development Requires

util linio

02/03 2016

dev-legacy

dev-legacy

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

util linio

16/12 2015

2.1.0

2.1.0.0

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0

 

The Development Requires

util linio

03/12 2015

2.0.0

2.0.0.0

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0

 

The Development Requires

util linio

06/09 2015

1.0.2

1.0.2.0

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

util linio

26/08 2015

1.0.1

1.0.1.0

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php ~5.4

 

The Development Requires

util linio

16/03 2015

1.0.0

1.0.0.0

Generic component that provides many helper classes, such as JSON parsing, conversion tools, data structures, etc.

  Sources   Download

BSD-3-Clause

The Requires

  • php ~5.4

 

The Development Requires

util linio