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
- Host: GitHub
- URL: https://github.com/joubertredrat/cuddly
- Owner: joubertredrat
- License: mit
- Created: 2020-07-11T16:57:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T17:50:32.000Z (over 5 years ago)
- Last Synced: 2025-03-23T22:12:33.260Z (11 months ago)
- Topics: bag, collections, php-lib, php-library, php7, php73, php74
- Language: PHP
- Homepage: https://packagist.org/packages/redrat/cuddly
- Size: 44.9 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cuddly
[](https://travis-ci.org/joubertredrat/Cuddly)
[](https://codeclimate.com/github/joubertredrat/Cuddly/maintainability)
[](https://codeclimate.com/github/joubertredrat/Cuddly/test_coverage)
[](https://codecov.io/gh/joubertredrat/Cuddly)
[](https://packagist.org/packages/redrat/cuddly)
[](https://packagist.org/packages/redrat/cuddly)
[](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
[](https://joubertredrat.github.io)
[](https://github.com/joubertredrat/Cuddly/graphs/contributors)
### License
The cute and amazing [MIT](https://github.com/joubertredrat/Cuddly/blob/master/LICENSE).