PHPackages                             mohamedahmed00/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. mohamedahmed00/ia-arr

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

mohamedahmed00/ia-arr
=====================

Laravel Illuminate Agnostic Arr

02PHP

Since Sep 24Pushed 1y agoCompare

[ Source](https://github.com/mohamedAhmed00/ia-arr)[ Packagist](https://packagist.org/packages/mohamedahmed00/ia-arr)[ RSS](/packages/mohamedahmed00-ia-arr/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#illuminateagnostic--arr)

 [![Latest Stable Version](https://camo.githubusercontent.com/149f07ce2dc8aaf6963b738e4fae44cc550afdd08a9276d13117070b4e74a082/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f68616d656461686d656430302f69612d6172722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mohamedahmed00/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/a65f560f4b873c8077e5ab01db7a062540ad113f1eaae475a545f6e1920012df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f68616d656461686d656430302f69612d6172722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mohamedahmed00/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 mohamedahmed00/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

14

—

LowBetter than 1% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.7% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/095ee77df4acbc191a1f199c7c2cf07162249480b459bb839193dccb7915793e?d=identicon)[engmohamedahmed00](/maintainers/engmohamedahmed00)

---

Top Contributors

[![antonioribeiro](https://avatars.githubusercontent.com/u/3182864?v=4)](https://github.com/antonioribeiro "antonioribeiro (39 commits)")[![asbiin](https://avatars.githubusercontent.com/u/25419741?v=4)](https://github.com/asbiin "asbiin (1 commits)")[![mohamedAhmed00](https://avatars.githubusercontent.com/u/17501169?v=4)](https://github.com/mohamedAhmed00 "mohamedAhmed00 (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)")

### Embed Badge

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

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

###  Alternatives

[sashas/bug-from-email

A Magento 2 module for issue #14952

3537.0k](/packages/sashas-bug-from-email)[intelipost/magento2-autocomplete

Intelipost Autocomplete

101.8k](/packages/intelipost-magento2-autocomplete)

PHPackages © 2026

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