https://github.com/cartalyst/collections
Collection Abstraction library for PHP.
https://github.com/cartalyst/collections
Last synced: over 1 year ago
JSON representation
Collection Abstraction library for PHP.
- Host: GitHub
- URL: https://github.com/cartalyst/collections
- Owner: cartalyst
- License: bsd-3-clause
- Created: 2015-02-12T21:14:35.000Z (over 11 years ago)
- Default Branch: 1.1
- Last Pushed: 2022-09-19T10:38:38.000Z (almost 4 years ago)
- Last Synced: 2024-04-23T17:24:52.094Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 73
- Watchers: 15
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Collections
[](http://ci.cartalyst.com/build-status/view/49)
A Collections Abstraction library for PHP
The Collection library is one of the most useful things that many modern languages has, but for some reason PHP doesn't has a built in collection layer.
The package requires PHP 5.4+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.
An open source package by [Cartalyst](https://cartalyst.com), code well, rock on!
## Documentation
Reader-friendly Documentation can be found here. [Collections Manual](https://cartalyst.com/manual/collections).
Raw files can be found via this projects docs/version branch.
- [1.1](https://github.com/cartalyst/collections/tree/docs/1.1)
- [1.0](https://github.com/cartalyst/collections/tree/docs/1.0)
## Changelog
Important versions listed below. Refer to the [Changelog](CHANGELOG.md) for a full history of the project.
- [1.1](CHANGELOG.md) - 2015-03-06
- [1.0](CHANGELOG.md) - 2015-02-18
## Support
The following support channels can be used for contact.
- [Twitter](https://twitter.com/@cartalyst)
- [Email](mailto:help@cartalyst.com)
Bug reports, feature requests, and pull requests can be submitted by following our [Contribution Guide](CONTRIBUTING.md).
## Contributing & Protocols
- [Versioning](CONTRIBUTING.md#versioning)
- [Coding Standards](CONTRIBUTING.md#coding-standards)
- [Pull Requests](CONTRIBUTING.md#pull-requests)
## License
This software is released under the [BSD 3-Clause](LICENSE) License.
© 2011-2015 Cartalyst LLC, All rights reserved.