2017 © Pedro Peláez
 

library upperscore

General functions for PHP

image

pisc/upperscore

General functions for PHP

  • Monday, September 25, 2017
  • by pisc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 185 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Latest Stable Version Build Status, (*1)

upperscore

General functions for PHP, (*2)

Installation

$ composer require pisc/upperscore

How to use:

PHP version >= 5.6, (*3)

use function pisc\upperscore\arrayFlatten;

$flat = arrayFlatten([ 'cow', [ 'bear', ['bunny', 'santa' ], 'rabbit' ]]);

PHP version < 5.6, (*4)

use pisc\upperscore as u;

$flat = u\arrayFlatten([ 'cow', [ 'bear', ['bunny', 'santa' ], 'rabbit' ]]);

Run tests

$ ./phpunit.sh

The Versions

25/09 2017

dev-master

9999999-dev

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

12/09 2016

1.0.9

1.0.9.0

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

12/09 2016

1.0.8

1.0.8.0

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

06/06 2016

1.0.7

1.0.7.0

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

15/02 2016

1.0.6

1.0.6.0

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

10/11 2015

1.0.4

1.0.4.0

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

01/11 2015

1.0.3

1.0.3.0

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

26/10 2015

1.0.2

1.0.2.0

General functions for PHP

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

26/10 2015

1.0.1

1.0.1.0

General functions for PHP

  Sources   Download

MIT

26/10 2015

1.0.0

1.0.0.0

General functions for PHP

  Sources   Download

MIT