Download the PHP package aerophant/ramda without Composer
On this page you can find all versions of the php package aerophant/ramda. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aerophant/ramda
More information about aerophant/ramda
Files in aerophant/ramda
Download aerophant/ramda
More information about aerophant/ramda
Files in aerophant/ramda
Vendor aerophant
Package ramda
Short Description Functional Programming Library in PHP
License MIT
Homepage https://github.com/aerophant/ramda
Package ramda
Short Description Functional Programming Library in PHP
License MIT
Homepage https://github.com/aerophant/ramda
Please rate this library. Is it a good library?
Informations about the package ramda
Aerophant Ramda, Modern functional programming library inspired by ramdajs
Under Development :(
Adventage of Aerophant Ramda
-
aerophant/ramda
provide auto curry for you and give you better way to do function composition likeramdajs
pipe( always([1, 2, 3, 4, 5]), map(add(1)), // filter even numbers only filter(pipe( partialRight(modulo(), [2]), equals(0) )) )(); // => [2, 4, 6]
-
Easy to pass almost of
aerophant/ramda
functions as callable, just call it without any argument.$alwaysReturn1 = call_user_func_array(always(), [1]);
RoadMap
- version 0.0.x : Under development, not all usseful functions supported
- version 0.1: https://github.com/aerophant/ramda/issues/1
Want to help me ?
- You can suggest function by creating issues and/or PR
- help improve performance by creating PR.
All versions of ramda with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.1
The package aerophant/ramda contains the following files
Loading the files please wait ....