2017 © Pedro Peláez
 

library collection

A collection library as a container for aggregation of objects

image

emonkak/collection

A collection library as a container for aggregation of objects

  • Wednesday, December 16, 2015
  • by emonkak
  • Repository
  • 4 Watchers
  • 12 Stars
  • 8,069 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 13 Versions
  • 11 % Grown

The README.md

Emonkak\Collection

Build Status Coverage Status, (*1)

A collection library as a container for aggregation of objects., (*2)

Requirements

Licence

MIT Licence, (*3)

Example

// Take five elements from a infinite list of even numbers.
Collection::iterate(0, function($n) { return $n + 1; })
    ->filter(function($n) { return $n % 2 === 0; })
    ->take(5)
    ->each(function($n) { echo $n, PHP_EOL; });
// => 0
//    2
//    4
//    6
//    8

Documentation

Please see Wiki. (but wiki pages are Japanese only), (*4)

The Versions

16/12 2015

dev-master

9999999-dev https://github.com/emonkak/php-collection

A collection library as a container for aggregation of objects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator enumerable

16/12 2015

v2.0.0

2.0.0.0 https://github.com/emonkak/php-collection

A collection library as a container for aggregation of objects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator enumerable

03/12 2015

v1.0.2

1.0.2.0 https://github.com/emonkak/php-collection

A collection library as a container for aggregation of objects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator enumerable

25/11 2015

v1.0.1

1.0.1.0 https://github.com/emonkak/php-collection

A collection library as a container for aggregation of objects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator enumerable

13/05 2015

v1.0.0

1.0.0.0 https://github.com/emonkak/php-collection

A collection library as a container for aggregation of objects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator enumerable

09/10 2013

0.3.0

0.3.0.0 http://emonkak.github.io/underbar.php/

A collection processing library for PHP, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator

07/08 2013

0.2.3

0.2.3.0 http://emonkak.github.io/underbar.php/

A collection processing library for PHP, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator parallel lazy

04/08 2013

0.2.2

0.2.2.0 http://emonkak.github.io/underbar.php/

A collection processing library for PHP, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator parallel lazy

03/08 2013

0.2.1

0.2.1.0 https://github.com/emonkak/underbar.php

An array and iterator utility, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator parallel lazy

31/07 2013

0.2.0

0.2.0.0 https://github.com/emonkak/underbar.php

An array and iterator utility, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator parallel lazy

27/07 2013

0.1.2

0.1.2.0 https://github.com/emonkak/underbar.php

An array and iterator utility, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator parallel lazy

25/07 2013

0.1.1

0.1.1.0 https://github.com/emonkak/underbar.php

An array and iterator utility, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator parallel lazy

24/07 2013

0.1.0

0.1.0.0 https://github.com/emonkak/underbar.php

An array and iterator utility, like Underscore.js

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Shota Nozaki

collection generator array iterator parallel lazy