PHPackages                             glagola/cross-product-iterator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. glagola/cross-product-iterator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

glagola/cross-product-iterator
==============================

Cross product of unlimited arrays without any recursion

1.0.1(8y ago)033MITPHPPHP &gt;=5.1.0

Since Jan 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/glagola/cross-product-iterator)[ Packagist](https://packagist.org/packages/glagola/cross-product-iterator)[ RSS](/packages/glagola-cross-product-iterator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Cross product of provided iterators
===================================

[](#cross-product-of-provided-iterators)

Required php version at least `5.1`

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require "glagola/cross-product-iterator" "*"

```

or add

```
"glagola/cross-product-iterator" : "*"
```

to the require section of your application's `composer.json` file.

Example
-------

[](#example)

### Code

[](#code)

```
