Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steevanb/php-collection
Type your array values (string, int, object etc)
https://github.com/steevanb/php-collection
array php
Last synced: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T11:43:24.000Z (8 months ago)
- Last Synced: 2024-05-16T15:46:21.796Z (8 months 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
[![Version](https://img.shields.io/badge/version-6.2.0-blueviolet.svg)](https://github.com/steevanb/php-collection/tree/6.2.0)
[![PHP](https://img.shields.io/badge/php-^8.1-blue.svg)](https://php.net)
![Lines](https://img.shields.io/badge/code%20lines-3,714-blue.svg)
![Downloads](https://poser.pugx.org/steevanb/php-typed-array/downloads)
![GitHub workflow status](https://img.shields.io/github/actions/workflow/status/steevanb/php-collection/ci.yml?branch=master)
![Coverage](https://img.shields.io/badge/coverage-89%25-success.svg)## 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).