https://github.com/aretecode/support
Useful utilities when dealing with arrays, strings, and matching.
https://github.com/aretecode/support
Last synced: 11 months ago
JSON representation
Useful utilities when dealing with arrays, strings, and matching.
- Host: GitHub
- URL: https://github.com/aretecode/support
- Owner: aretecode
- Created: 2015-09-30T22:46:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T17:57:48.000Z (over 10 years ago)
- Last Synced: 2025-01-07T22:18:50.176Z (about 1 year ago)
- Language: PHP
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arete\Support
[](https://travis-ci.org/aretecode/Support)
[](https://twitter.com/aretecode)
[](https://poser.pugx.org/arete/support/v/unstable)
[](http://packagist.org/packages/arete/support)
[](https://www.codacy.com/app/aretecode/Support)
Useful tools for dealing with arrays, strings, and matching. Extends some Laravel\Support.
[Illuminate\Support\Arr](http://laravel.com/api/5.0/Illuminate/Support/Arr.html)
[Illuminate\Support\Str](http://laravel.com/api/5.0/Illuminate/Support/Str.html)
# Example
See [tests/] folder for examples.
More will be added later.
## Installation
It can be installed from [Packagist](https://packagist.org/arete/support) using [Composer](https://getcomposer.org/).
In your project root just run:
`$ composer require arete/support`
Make sure that you’ve set up your project to [autoload Composer-installed packages](https://getcomposer.org/doc/00-intro.md#autoloading).
## Running tests
Run via the command line by going to `arete/support` directory and running `phpunit`
## [Todos](https://github.com/aretecode/Support/blob/master/TODO.md)