A repo for commonly used functions and abstractions.
git clone https://github.com/puiu91/functional-php-drills.git;
composer install;
cd php-functions;
clear; ./vendor/bin/phpunit --testdox;
Finish implementing tests.
- possibly rename
getValue
togetProperty
orgetPropWithDefault
A clean implementation of pipe using magic method __call() that allows for using function names natively without having to use lambda functions.
A collection library called Knapsack