2017 © Pedro Peláez
 

library ia-arr

Laravel Illuminate Agnostic Arr

image

pragmarx/ia-arr

Laravel Illuminate Agnostic Arr

  • Thursday, March 15, 2018
  • by AntonioCarlosRibeiro
  • Repository
  • 1 Watchers
  • 18 Stars
  • 27,808 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 10 Versions
  • 75 % Grown

The README.md

IlluminateAgnostic \ Arr

 , (*1)

Latest Stable Version License Code Quality Build Downloads , (*2)

Coverage StyleCI PHP , (*3)

This package is an extraction of the Laravel's Illuminate\Support\Arr class, including all helpers, repackaged to be agnostic and available to any PHP project., (*4)

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

You can find some documentation on the available helpers here: https://laravel.com/docs/5.5/helpers., (*6)

Install

Via Composer, (*7)

``` bash $ composer require pragmarx/ia-arr, (*8)


## Usage ``` php use IlluminateAgnostic\Arr\Support\Arr; $array = ['joe@example.com' => 'Joe', 'jane@localhost' => 'Jane']; echo Arr::pull($array, 'joe@example.com');

Should return, (*9)

Joe

Change log

Please see CHANGELOG for more information on what has changed recently., (*10)

Testing

bash $ composer test, (*11)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*12)

Security

If you discover any security related issues, please email acr@antoniocarlosribeiro.com instead of using the issue tracker., (*13)

Credits

License

The MIT License (MIT). Please see License File for more information., (*14)

The Versions

15/03 2018

dev-master

9999999-dev https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

15/03 2018

v5.6.12

5.6.12.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

10/03 2018

v5.6.11

5.6.11.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

09/03 2018

v5.6.10

5.6.10.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

09/03 2018

v5.6.9

5.6.9.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

10/02 2018

v5.6.3

5.6.3.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

10/02 2018

v5.6.0

5.6.0.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

10/02 2018

v5.6.1

5.6.1.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

10/02 2018

v5.6.2

5.6.2.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx

31/01 2018

v5.5.33

5.5.33.0 https://github.com/antonioribeiro/ia-arr

Laravel Illuminate Agnostic Arr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers array arr pragmarx