Download the PHP package lunkkun/permutations-generator without Composer
On this page you can find all versions of the php package lunkkun/permutations-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lunkkun/permutations-generator
More information about lunkkun/permutations-generator
Files in lunkkun/permutations-generator
Download lunkkun/permutations-generator
More information about lunkkun/permutations-generator
Files in lunkkun/permutations-generator
Vendor lunkkun
Package permutations-generator
Short Description A PHP Generator that generates all possible permutations for a given array of values.
License MIT
Homepage https://github.com/lunkkun/php-permutations-generator
Package permutations-generator
Short Description A PHP Generator that generates all possible permutations for a given array of values.
License MIT
Homepage https://github.com/lunkkun/php-permutations-generator
Please rate this library. Is it a good library?
Informations about the package permutations-generator
PHP Permutations Generator
Summary
A PHP Generator that generates all possible permutations for a given array of values.
Important note
I've optimized the code for performance. Therefore, the order in which the permutations are generated, might differ from what you might expect. To get the permutations in ascending order, you can reverse()
every result you get from the generator.
Installation
With composer:
Usage
License
PHP Permutations Generator is open-sourced software licensed under the MIT license.
All versions of permutations-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package lunkkun/permutations-generator contains the following files
Loading the files please wait ....