arete / support
Useful utilities when dealing with arrays, strings, and matching.
Installs: 76
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/arete/support
Requires
- illuminate/support: dev-master
Requires (Dev)
- phpunit/phpunit: 5.1.*
- symfony/var-dumper: 3.0.*
This package is not auto-updated.
Last update: 2025-10-15 13:43:45 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