mstevz / collection
Allows the creation of a collection providing an easier data manipulation.
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2025-03-21 14:00:03 UTC
README
Description
Allows the creation of a collection giving an easier data manipulation.
Highlights
-
Access your data via associative key or index position!
-
Work your object as if it was an array.
-
Fast iteration methods.
-
Easily add json values to your collection.
-
Convert your collection to json string.
-
Serialize and deserialize your collection.
Installation
This project uses composer for its installation.
You can add this project via cmd/terminal. While in your project root folder location, type this command:
composer require mstevz/collection
If your wish to add it in your composer.json file just add it to your "require" object as such:
"require":{ "mstevz/collection":"*" }
Bug report
If you find any bug please create a new issue and give you as many details as you can provide, such as:
- Relevant snippet of your code
- What were you trying to achieve
- Message error
- Stack trace
Please let me know by posting here.
License
This repository is licensed under: MIT License.
If you are to use this project, please let me know and read the license. Thank you.