Functional library for PHP 7.

v0.1.0-alpha6 2016-03-13 22:32 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:47:40 UTC


README

Short description

This library contains:

  • many useful higher order functions (see \func\ namespace)
  • some useful monads (see \monad\ namespace)
  • some functions to convert data (see \convert\ namespace)
  • some functions to retrieve data about data (see \meta\ namespace)

Also take a look at tiny but handy Dependency Injection Container : \func\dependency_injection_container().

Requirements

PHP 7 or later.

License

This program is licensed under the MIT License. See LICENSE.