https://github.com/steevanb/php-collection
Type your array values (string, int, object etc)
https://github.com/steevanb/php-collection
array php
Last synced: about 1 year ago
JSON representation
Type your array values (string, int, object etc)
- Host: GitHub
- URL: https://github.com/steevanb/php-collection
- Owner: steevanb
- Created: 2017-11-03T15:30:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T11:43:24.000Z (about 2 years ago)
- Last Synced: 2024-05-16T15:46:21.796Z (about 2 years ago)
- Topics: array, php
- Language: PHP
- Homepage:
- Size: 561 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
[](https://github.com/steevanb/php-collection/tree/6.2.0)
[](https://php.net)




## php-collection
php-collection is a PHP library to create collections.
A collection is a list of typed data with methods to work on it.
The goal of this library is to remove array as much as possible to have typed data.
See [documentation](https://php-collection.readthedocs.io/).
See [changelog](changelog.md).