An open API service indexing awesome lists of open source software.

https://github.com/softonic/laravel-collection-extended

Additional collection methods
https://github.com/softonic/laravel-collection-extended

Last synced: 8 months ago
JSON representation

Additional collection methods

Awesome Lists containing this project

README

          

Laravel Collection Extended
=====

[![Latest Version](https://img.shields.io/github/release/softonic/laravel-collection-extended.svg?style=flat-square)](https://github.com/softonic/laravel-collection-extended/releases)
[![Software License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/softonic/laravel-collection-extended/master.svg?style=flat-square)](https://travis-ci.org/softonic/laravel-collection-extended)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/softonic/laravel-collection-extended.svg?style=flat-square)](https://scrutinizer-ci.com/g/softonic/laravel-collection-extended/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/softonic/laravel-collection-extended.svg?style=flat-square)](https://scrutinizer-ci.com/g/softonic/laravel-collection-extended)
[![Total Downloads](https://img.shields.io/packagist/dt/softonic/laravel-collection-extended.svg?style=flat-square)](https://packagist.org/packages/softonic/laravel-collection-extended)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/softonic/laravel-collection-extended.svg?style=flat-square)](http://isitmaintained.com/project/softonic/laravel-collection-extended "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/softonic/laravel-collection-extended.svg?style=flat-square)](http://isitmaintained.com/project/softonic/laravel-collection-extended "Percentage of issues still open")

This package add new methods to the laravel collections

Installation
-------

To install, use composer:

```
composer require softonic/laravel-collection-extended
```

Usage
-------

Check source code for documentation.

Testing
-------

`softonic/laravel-collection-extended` has a [PHPUnit](https://phpunit.de) test suite and a coding style compliance test suite using [PHP CS Fixer](http://cs.sensiolabs.org/).

To run the tests, run the following command from the project folder.

``` bash
$ docker-compose run test
```

License
-------

The Apache 2.0 license. Please see [LICENSE](LICENSE) for more information.

[PSR-2]: http://www.php-fig.org/psr/psr-2/
[PSR-4]: http://www.php-fig.org/psr/psr-4/