Skip to content

eberkund/ranger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads License Build Status Coverage

Ranger

Easily expand text to an array of integers.

Installation

composer require eberkund/ranger

Usage

Pass the get_range a string and expect back an array of integers.

get_range('1-3,8');

// [1, 2, 3, 8]

Testing

Run the tests with,

vendor/bin/phpunit

About

Easily expand text to an array of integers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages