Download the PHP package rodrigodornelles/php-array-lib without Composer
On this page you can find all versions of the php package rodrigodornelles/php-array-lib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rodrigodornelles/php-array-lib
More information about rodrigodornelles/php-array-lib
Files in rodrigodornelles/php-array-lib
Download rodrigodornelles/php-array-lib
More information about rodrigodornelles/php-array-lib
Files in rodrigodornelles/php-array-lib
Vendor rodrigodornelles
Package php-array-lib
Short Description simple libary for functional programing paradigm with arrays
License BSD-3-Clause
Package php-array-lib
Short Description simple libary for functional programing paradigm with arrays
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package php-array-lib
rodrigodornelles/php-array-lib
simple libary for functional programing paradigm with arrays
Features
- Test driven development style (TDD)
- PHP version compatibility 5.4 at 8.2
- Make your code cleaner and more readable
- Adds new methods to manipulate arrays (Inspired by ruby, js and other langs)
How to Use
Examples
side by side comparison
Make an algorithm that sorts an array, removes the numbers not divisible by 3, and shows the result of each multiplied by 2 and separated by commas.
Libary Functional |
Native Functional |
Structured |
---|---|---|
Installation
With Composer
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json
file.
Without Composer
Step 1
Download libary in https://github.com/RodrigoDornelles/php-array-lib/releases
Step 2
Extract the file into your libraries folder
Step 3
Import the main class
All versions of php-array-lib with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.4.0|~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0
The package rodrigodornelles/php-array-lib contains the following files
Loading the files please wait ....