2017 © Pedro Peláez
 

library ia-collection

Laravel Illuminate Agnostic Collection

image

pragmarx/ia-collection

Laravel Illuminate Agnostic Collection

  • Thursday, March 15, 2018
  • by AntonioCarlosRibeiro
  • Repository
  • 1 Watchers
  • 18 Stars
  • 28,878 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 10 Versions
  • 71 % Grown

The README.md

IlluminateAgnostic \ Collection

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

Coverage StyleCI PHP , (*2)

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

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

For docs, please check the Laravel documentation: https://laravel.com/docs/5.5/collections., (*5)

Install

Via Composer, (*6)

``` bash $ composer require pragmarx/ia-collection, (*7)


## Usage ``` php use IlluminateAgnostic\Collection\Support\Collection; return (new Collection([1, 2, 3, 4, 5]))->sum() // or return collect([1, 2, 3, 4, 5])->sum()

Change log

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

Testing

bash $ composer test, (*9)

Contributing

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

Security

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

Credits

License

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

The Versions

31/01 2018

v5.5.33

5.5.33.0 https://github.com/antonioribeiro/lia-collection

Laravel Illuminate Agnostic Collection

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel helpers collection pragmarx