PHPackages                             crowdstar/ranger - 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. crowdstar/ranger

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

crowdstar/ranger
================

Ranger allows you to mimic the range function in PHP as an Iterator, conserving memory for large ranges.

1.0.0(7y ago)06Apache-2.0PHPPHP &gt;=5.3

Since Mar 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Crowdstar/ranger)[ Packagist](https://packagist.org/packages/crowdstar/ranger)[ Docs](https://www.glu.com)[ RSS](/packages/crowdstar-ranger/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/4a45a04785d4b706f54cceabac37981906e6a4101c90dad650dd5aaad56e2bd1/68747470733a2f2f7472617669732d63692e6f72672f43726f7764737461722f72616e6765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Crowdstar/ranger)

Ranger allows you to mimic the range function in PHP as an Iterator, conserving memory for large ranges.

Installation
============

[](#installation)

```
composer require crowdstar/ranger:~1.0.0
```

Sample Usage
============

[](#sample-usage)

Old way
-------

[](#old-way)

```
