2017 © Pedro Peláez
 

library utils

Utils PHP functions

image

tunaqui/utils

Utils PHP functions

  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

Utils

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors., (*2)

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following., (*3)

bin/        
config/
src/
tests/
vendor/

Install

Via Composer, (*4)

``` bash $ composer require tunaqui/utils --prefer-dist, (*5)


## Usage ``` php $array = [ 'item1' => [ 'a' => 'Hola Mundo Cruel!', 'b' => 'Hola Mundo!' ], 'item2' => 123456, ]; $selectable = new Tunaqui\Utils\ArraySelectable($array); echo $selectable->find('item1.a');

Change log

Please see CHANGELOG for more information on what has changed recently., (*6)

Testing

bash $ composer test, (*7)

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

06/02 2018

dev-master

9999999-dev https://github.com/packtunaqui/utils

Utils PHP functions

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

utils tunaqui

06/02 2018

dev-1.0-dev

dev-1.0-dev https://github.com/packtunaqui/utils

Utils PHP functions

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

utils tunaqui

06/02 2018

v1.1.2

1.1.2.0 https://github.com/packtunaqui/utils

Utils PHP functions

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

utils tunaqui

26/01 2018

v1.1.1

1.1.1.0 https://github.com/packtunaqui/utils

Utils PHP functions

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

utils tunaqui

24/01 2018

v1.1

1.1.0.0 https://github.com/packtunaqui/utils

Utils PHP functions

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

The Development Requires

utils tunaqui