eberkund/ranger

Easily expand text to an array of integers

v0.1.0 2018-04-08 20:29 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:48:27 UTC


README

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