PHPackages                             agrandesr/arrays - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. agrandesr/arrays

ActiveLibrary

agrandesr/arrays
================

This is a basic library to help with arrays in the code development.

v1.1.1(3y ago)142[1 issues](https://github.com/AGrandesR/php-utils-arrays/issues)1MITPHP

Since Aug 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AGrandesR/php-utils-arrays)[ Packagist](https://packagist.org/packages/agrandesr/arrays)[ RSS](/packages/agrandesr-arrays/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (1)

Arrays
======

[](#arrays)

**Arrays** is a composer library designed to make easy some actions withs arrays.

How to start 🚀
==============

[](#how-to-start-)

Follow the next steps to use Arrays, you will see that is very easy to use.

Prerequisites 📋
---------------

[](#prerequisites-)

You will need to have installed php and composer in your computer.

Installation 🔧
--------------

[](#installation-)

You need to require the package to your project.

```
composer require agrandesr/arrays
```

Next, you can use in your code. We encourage to use in the root file *index.php*. It is important to write under the autoload require.

```
