Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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).