Skip to content

puiutucutu/php-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php functions

A repo for commonly used functions and abstractions.

Run Tests

git clone https://github.com/puiu91/functional-php-drills.git;
composer install;
cd php-functions;
clear; ./vendor/bin/phpunit --testdox;

Todos

Finish implementing tests.

  • possibly rename getValue to getProperty or getPropWithDefault

Other Resources

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages