iddqdby / f7
Functional library for PHP 7.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/iddqdby/f7
Requires
- php: ^7.0
Requires (Dev)
- phpunit/php-invoker: ^1.1
- phpunit/phpunit: ^5.2
This package is not auto-updated.
Last update: 2025-10-12 01:08:12 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.