PHPackages                             pragmarx/ia-arr - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pragmarx/ia-arr

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pragmarx/ia-arr
===============

Laravel Illuminate Agnostic Arr

v7.3.3(1y ago)553.6M—9.7%21[1 PRs](https://github.com/antonioribeiro/ia-arr/pulls)11MITPHPPHP &gt;=7.0

Since Jan 31Pushed 1y ago2 watchersCompare

[ Source](https://github.com/antonioribeiro/ia-arr)[ Packagist](https://packagist.org/packages/pragmarx/ia-arr)[ Docs](https://github.com/antonioribeiro/ia-arr)[ RSS](/packages/pragmarx-ia-arr/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (19)Used By (11)

IlluminateAgnostic \\ Arr
=========================

[](#illuminateagnostic--arr)

 [![Latest Stable Version](https://camo.githubusercontent.com/1fbe770023d1b47c44a04ba62a273e8c19b42d12fa7e1644af2fbb1d6c00aae9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707261676d6172782f69612d6172722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pragmarx/ia-arr) [![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE) [![Code Quality](https://camo.githubusercontent.com/395ca1ded663f57a80d62cda0ce72b01b524f9f8962663b5be58a0379a31b20e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616e746f6e696f7269626569726f2f69612d6172722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/antonioribeiro/ia-arr/?branch=master) [![Build](https://camo.githubusercontent.com/c594b3f80d896024a21c962a2178ad0255dcb66398849d913d5b98794bb4b5ed/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616e746f6e696f7269626569726f2f69612d6172722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/antonioribeiro/ia-arr) [![Downloads](https://camo.githubusercontent.com/f85e15ec3eb054ab028cbcd102a16eba3949307fd691cbfa882184bdb7c35181/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707261676d6172782f69612d6172722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pragmarx/ia-arr)

 [![Coverage](https://camo.githubusercontent.com/9bff4b4e0f5e85026dcf12af70f5e89cdfcfc1271518b728cae71e529c982419/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f616e746f6e696f7269626569726f2f69612d6172722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/antonioribeiro/ia-arr/?branch=master) [![StyleCI](https://camo.githubusercontent.com/79d1f6aa509d00a9c89ffeb708834a9960332e555eef9ddc7b7d03a29b012812/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131393630343139392f736869656c64)](https://styleci.io/repos/119604199) [![PHP](https://camo.githubusercontent.com/5ba5918c23b3078d4ed1bc9c4c6dc152f1e279639ceb34b7e1940bc9645e0fc2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e302532302d2d253230372e332d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/antonioribeiro/ia-arr)

This package is an extraction of the [Laravel's Illuminate\\Support\\Arr](https://github.com/laravel/framework/blob/5.5/src/Illuminate/Support/Arr.php) class, including all helpers, repackaged to be agnostic and available to any PHP project.

It has its own namespace **(IlluminateAgnostic\\Arr)**, so you can use it even on Laravel apps without risking a namespace conflict.

You can find some documentation on the available helpers here: .

Install
-------

[](#install)

Via Composer

```
$ composer require pragmarx/ia-arr
```

Usage
-----

[](#usage)

```
use IlluminateAgnostic\Arr\Support\Arr;

$array = ['joe@example.com' => 'Joe', 'jane@localhost' => 'Jane'];

echo Arr::pull($array, 'joe@example.com');
```

Should return

```
Joe

```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- This package is an extraction of The Laravel Framework, created by [Taylor Otwell](https://twitter.com/taylorotwell)
- Package creator [Antonio Carlos Ribeiro](https://twitter.com/iantonioribeiro)
- [Contributors](https://github.com/antonioribeiro/ia-arr/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity55

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~143 days

Recently: every ~463 days

Total

18

Last Release

590d ago

Major Versions

v5.8.35 → v6.0.32019-09-12

v6.0.3 → v7.3.02020-03-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/d9421a69d192db597169ec3519ad3efc6a35a660e4525e2ed08f6c753b908e86?d=identicon)[AntonioCarlosRibeiro](/maintainers/AntonioCarlosRibeiro)

---

Top Contributors

[![antonioribeiro](https://avatars.githubusercontent.com/u/3182864?v=4)](https://github.com/antonioribeiro "antonioribeiro (40 commits)")[![asbiin](https://avatars.githubusercontent.com/u/25419741?v=4)](https://github.com/asbiin "asbiin (1 commits)")[![ruudk](https://avatars.githubusercontent.com/u/104180?v=4)](https://github.com/ruudk "ruudk (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")[![vienzent](https://avatars.githubusercontent.com/u/8840637?v=4)](https://github.com/vienzent "vienzent (1 commits)")

---

Tags

laravelarrayhelperspragmarxarr

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/pragmarx-ia-arr/health.svg)

```
[![Health](https://phpackages.com/badges/pragmarx-ia-arr/health.svg)](https://phpackages.com/packages/pragmarx-ia-arr)
```

###  Alternatives

[pragmarx/ia-collection

Laravel Illuminate Agnostic Collection

473.4M2](/packages/pragmarx-ia-collection)[pragmarx/ia-str

Laravel Illuminate Agnostic Str

523.5M5](/packages/pragmarx-ia-str)[illuminated/helper-functions

Laravel-specific and pure PHP Helper Functions.

107586.6k7](/packages/illuminated-helper-functions)[pragmarx/support

PragmaRX components support package

591.5M27](/packages/pragmarx-support)[transprime-research/piper

PHP Pipe method execution with values from chained method executions

174.6k2](/packages/transprime-research-piper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
