2017 © Pedro Peláez
 

library util

php common utility library

image

reekoheek/util

php common utility library

  • Wednesday, May 11, 2016
  • by reekoheek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,513 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 2 % Grown

The README.md

php-util

PHP Common Utility Library, (*1)

Collection

Collection is an object that wrap associative array, and work like an associative array., (*2)

Collection is json serializer aware. See, JsonKit., (*3)

Example, (*4)

use ROH\Util\Collection;

// instantiate empty collection
$collection = new Collection();

// instantiate filled collection
$filledCollection = new Collection([
    'foo' => 'bar'
]);

// define attribute
$collection['subCollection'] = $filledCollection;

// get foo of sub collection attribute from parent collection attribute
echo $collection['subCollection']['foo'];

Composition

Compose array of callable / function to be called later as sequence of function call., (*5)

Inflector

Inflection library, (*6)

Injector

Simple dependency injector, (*7)

Options

Compose options from array, or configuration files, (*8)

StringFormatter

Format string from string template, (*9)

The Versions

11/05 2016

dev-master

9999999-dev

php common utility library

  Sources   Download

MIT

The Requires

 

The Development Requires

11/05 2016

1.2.1

1.2.1.0

php common utility library

  Sources   Download

MIT

The Requires

 

The Development Requires

06/05 2016

1.2.0

1.2.0.0

php common utility library

  Sources   Download

MIT

The Requires

 

The Development Requires

26/04 2016

1.1.3

1.1.3.0

php common utility library

  Sources   Download

MIT

The Requires

 

25/04 2016

1.1.2

1.1.2.0

php common utility library

  Sources   Download

MIT

The Requires

 

25/04 2016

1.1.1

1.1.1.0

php common utility library

  Sources   Download

MIT

The Requires

 

08/04 2016

1.1.0

1.1.0.0

php common utility library

  Sources   Download

MIT

The Requires

 

26/10 2015

1.0.3

1.0.3.0

PHP util library

  Sources   Download

MIT

The Requires

 

14/10 2015

1.0.1

1.0.1.0

PHP util library

  Sources   Download

MIT

29/09 2015

1.0.0

1.0.0.0

PHP util library

  Sources   Download

MIT

02/01 2014

0.1.2

0.1.2.0

PHP util library

  Sources   Download

MIT

02/01 2014

0.1.1

0.1.1.0

PHP util library

  Sources   Download

MIT

14/12 2013

0.1.0

0.1.0.0

PHP util library

  Sources   Download

MIT

14/11 2013

0.0.3

0.0.3.0

PHP util library

  Sources   Download

MIT

14/11 2013

0.0.2

0.0.2.0

PHP util library

  Sources   Download

MIT

09/10 2013

0.0.1

0.0.1.0

PHP util library

  Sources   Download

MIT