arete/support

Useful utilities when dealing with arrays, strings, and matching.

dev-master / 0.1.4.x-dev 2015-10-01 17:57 UTC

This package is not auto-updated.

Last update: 2024-04-17 07:13:15 UTC


README

Build Status Author Latest Unstable Version License Codacy Badge

Useful tools for dealing with arrays, strings, and matching. Extends some Laravel\Support.

Illuminate\Support\Arr

Illuminate\Support\Str

Example

See [tests/] folder for examples. More will be added later.

Installation

It can be installed from Packagist using Composer.

In your project root just run:

$ composer require arete/support

Make sure that you’ve set up your project to autoload Composer-installed packages.

Running tests

Run via the command line by going to arete/support directory and running phpunit

Todos