Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Fiscaletti committed Aug 12, 2018
1 parent d0e8614 commit 853cd9b
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions README.md
@@ -1,23 +1,22 @@
# Extended Arrays

> ---
> > **Extended Arrays** is a simple library used to extend upon PHP's built in arrays.
> >
> > **Hint**: Extended Arrays is available through [Composer](https://getcomposer.org). `composer require nafisc/extended-arrays`.
>
> [![StyleCI](https://styleci.io/repos/115140407/shield?style=flat)](https://styleci.io/repos/115140407)
> [![TravisCI](https://travis-ci.org/nathan-fiscaletti/extended-arrays.svg?branch=master)](https://travis-ci.org/nathan-fiscaletti/extended-arrays)
> [![Coverage Status](https://coveralls.io/repos/github/nathan-fiscaletti/extended-arrays/badge.svg?branch=master)](https://coveralls.io/github/nathan-fiscaletti/extended-arrays?branch=master)
> [![Latest Stable Version](https://poser.pugx.org/nafisc/extended-arrays/v/stable?format=flat)](https://github.com/nathan-fiscaletti/extended-arrays/releases)
> [![Total Downloads](https://poser.pugx.org/nafisc/extended-arrays/downloads?format=flat)](https://packagist.org/packages/nafisc/extended-arrays)
> [![Latest Unstable Version](https://poser.pugx.org/nafisc/extended-arrays/v/unstable?format=flat)](https://packagist.org/packages/nafisc/extended-arrays)
> [![License](https://poser.pugx.org/nafisc/extended-arrays/license?format=flat)](https://packagist.org/packages/nafisc/extended-arrays)
> ![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)
---
> **Extended Arrays** is a simple library used to extend upon PHP's built in arrays.
>
> [Click here for the Documentation](https://github.com/nathan-fiscaletti/extended-arrays/blob/master/Examples/Managing%20Arrays.md)
>
> ### Features
> * Enforced keys
> * Enforced integral keys
> * Enforced sequential integral keys
> * Array key masking
> **Hint**: Extended Arrays is available through [Composer](https://getcomposer.org). `composer require nafisc/extended-arrays`.
[![StyleCI](https://styleci.io/repos/115140407/shield?style=flat)](https://styleci.io/repos/115140407)
[![TravisCI](https://travis-ci.org/nathan-fiscaletti/extended-arrays.svg?branch=master)](https://travis-ci.org/nathan-fiscaletti/extended-arrays)
[![Coverage Status](https://coveralls.io/repos/github/nathan-fiscaletti/extended-arrays/badge.svg?branch=master)](https://coveralls.io/github/nathan-fiscaletti/extended-arrays?branch=master)
[![Latest Stable Version](https://poser.pugx.org/nafisc/extended-arrays/v/stable?format=flat)](https://github.com/nathan-fiscaletti/extended-arrays/releases)
[![Total Downloads](https://poser.pugx.org/nafisc/extended-arrays/downloads?format=flat)](https://packagist.org/packages/nafisc/extended-arrays)
[![License](https://poser.pugx.org/nafisc/extended-arrays/license?format=flat)](https://packagist.org/packages/nafisc/extended-arrays)
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)

[Click here for the Documentation](https://github.com/nathan-fiscaletti/extended-arrays/blob/master/Examples/Managing%20Arrays.md)

### Features
* Enforced keys
* Enforced integral keys
* Enforced sequential integral keys
* Array key masking

0 comments on commit 853cd9b

Please sign in to comment.