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
- Host: GitHub
- URL: https://github.com/softonic/laravel-collection-extended
- Owner: softonic
- License: other
- Created: 2018-08-30T15:08:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T12:55:21.000Z (over 2 years ago)
- Last Synced: 2024-04-29T10:06:51.910Z (about 2 years ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
Laravel Collection Extended
=====
[](https://github.com/softonic/laravel-collection-extended/releases)
[](LICENSE.md)
[](https://travis-ci.org/softonic/laravel-collection-extended)
[](https://scrutinizer-ci.com/g/softonic/laravel-collection-extended/code-structure)
[](https://scrutinizer-ci.com/g/softonic/laravel-collection-extended)
[](https://packagist.org/packages/softonic/laravel-collection-extended)
[](http://isitmaintained.com/project/softonic/laravel-collection-extended "Average time to resolve an issue")
[](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/