2017 © Pedro Peláez
 

library array-functions

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

image

sclable/array-functions

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

  • Wednesday, June 29, 2016
  • by sclable
  • Repository
  • 5 Watchers
  • 1 Stars
  • 113 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Sclable Array Functions

Build Status Latest Stable Version, (*1)

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach., (*2)

Installation

With Composer:, (*3)

composer require sclable/array-functions

Usage

echo ArrayWrap::range(0, 10)
    ->filter(function ($nr) { return $nr < 3; })
    ->map(function ($nr) { return "Number: $nr\n"; })
    ->reverse();

// echoes
// Number: 2
// Number: 1
// Number: 0

Contribute

Clone/fork the repository as you like. To get started, run composer install., (*4)

  • PHPUnit Tests preferred
  • PSR-2 Coding style must apply

License

see LICENSE., (*5)

The Versions

29/06 2016

dev-master

9999999-dev

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

  Sources   Download

MIT

The Development Requires

by Michael Rutz

29/06 2016

dev-feature/examples

dev-feature/examples

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

  Sources   Download

MIT

The Development Requires

by Michael Rutz

27/04 2016

0.0.3

0.0.3.0

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

  Sources   Download

MIT

The Development Requires

by Michael Rutz

27/04 2016

0.0.2

0.0.2.0

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

  Sources   Download

MIT

The Development Requires

by Michael Rutz

21/04 2016

0.0.1

0.0.1.0

An array wrapper to normalize php array functions, give them an ObjectOriented and functional programming approach.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Rutz