iddqdby / f7
Functional library for PHP 7.
v0.1.0-alpha6
2016-03-13 22:32 UTC
Requires
- php: ^7.0
Requires (Dev)
- phpunit/php-invoker: ^1.1
- phpunit/phpunit: ^5.2
This package is not auto-updated.
Last update: 2025-01-04 20:54:44 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.