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

https://github.com/joubertredrat/cuddly

Collections and Bags with super powers
https://github.com/joubertredrat/cuddly

bag collections php-lib php-library php7 php73 php74

Last synced: 10 months ago
JSON representation

Collections and Bags with super powers

Awesome Lists containing this project

README

          

# Cuddly

[![Build Status](https://travis-ci.org/joubertredrat/Cuddly.svg?branch=master)](https://travis-ci.org/joubertredrat/Cuddly)
[![Maintainability](https://api.codeclimate.com/v1/badges/86f65144ce1ef27e8e24/maintainability)](https://codeclimate.com/github/joubertredrat/Cuddly/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/86f65144ce1ef27e8e24/test_coverage)](https://codeclimate.com/github/joubertredrat/Cuddly/test_coverage)
[![codecov](https://codecov.io/gh/joubertredrat/Cuddly/branch/master/graph/badge.svg)](https://codecov.io/gh/joubertredrat/Cuddly)
[![Latest Stable Version](https://poser.pugx.org/redrat/cuddly/v)](https://packagist.org/packages/redrat/cuddly)
[![Total Downloads](https://poser.pugx.org/redrat/cuddly/downloads)](https://packagist.org/packages/redrat/cuddly)
[![License](https://poser.pugx.org/redrat/cuddly/license)](https://packagist.org/packages/redrat/cuddly)

Cuddly is an easy way to provide open or fixed collections for general, scalar or object hinted purposes. Inspired in arrays and slices in golang.

### Installation

```bash
composer require redrat/cuddly
```
### Usage

See usage and other documentation in [usage.md](usage.md).

### Author

[![Joubert RedRat](https://img.shields.io/badge/Joubert-RedRat-red)](https://joubertredrat.github.io)
[![and the contributors](https://img.shields.io/badge/and%20the-contributors-success)](https://github.com/joubertredrat/Cuddly/graphs/contributors)

### License

The cute and amazing [MIT](https://github.com/joubertredrat/Cuddly/blob/master/LICENSE).