An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Arete\Support
[![Build Status](https://secure.travis-ci.org/aretecode/Support.svg)](https://travis-ci.org/aretecode/Support)
[![Author](http://img.shields.io/badge/author-@aretecode-blue.svg)](https://twitter.com/aretecode)
[![Latest Unstable Version](https://poser.pugx.org/arete/support/v/unstable)](https://poser.pugx.org/arete/support/v/unstable)
[![License](https://poser.pugx.org/arete/support/license)](http://packagist.org/packages/arete/support)
[![Codacy Badge](https://api.codacy.com/project/badge/84190ca7bcd6462292ec39dbff18bb0b)](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)