nayjest / collection
Collections for PHP
Installs: 73 255
Dependents: 3
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 1
Open Issues: 4
Requires
- php: >=5.4.0
- evenement/evenement: 2.0.*
- nayjest/manipulator: ^2||^3
Requires (Dev)
- danielstjules/stringy: ^1.9||^2
- phpunit/phpunit: ^4||^5
Suggests
- danielstjules/stringy: Required to filter ObjectCollection by properties with getters
This package is auto-updated.
Last update: 2024-10-17 23:26:40 UTC
README
Requirements
- php 5.4+
This package is not tested with outdated versions of PHP.
If you need to use nayjest/builder in environments with php <= 5.3, test it on your own.
Installation
The recommended way of installing the component is through Composer.
Run following command:
composer require nayjest/collection
Documentation
Nayjest\Collection\Collection Class Reference
API Documentation is automatically generated and published to Github Pages on continuous integration server.
Testing
This package includes phpunit tests.
Testing command:
vendor/bin/phpunit
Security
If you discover any security related issues, please email mail@vitaliy.in instead of using the issue tracker.
License
© 2014—2016 Vitalii Stepanenko
Licensed under the MIT License.
Please see License File for more information.