arete / support
Useful utilities when dealing with arrays, strings, and matching.
dev-master / 0.1.4.x-dev
2015-10-01 17:57 UTC
Requires
- illuminate/support: dev-master
Requires (Dev)
- phpunit/phpunit: 5.1.*
- symfony/var-dumper: 3.0.*
This package is not auto-updated.
Last update: 2024-11-13 09:40:30 UTC
README
Useful tools for dealing with arrays, strings, and matching. Extends some Laravel\Support.
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