functional 0.6.0

Functional primitives for PHP


A number of functional primitives like map(), select(), each() for the PHP language

License: BSD License

Changes

- Adding average()
- Changing behavior of sum()/product()/difference()/ratio() to ignore booleans
- Fixed critical bug in Functional\pluck() that made the current scope unavailable to the caller