Allows the creation of a collection giving an easier data manipulation.
Allows the creation of a collection giving an easier data manipulation., (*1)
Work your object as if it was an array., (*2)
Fast iteration methods., (*3)
This project uses composer for its installation., (*4)
You can add this project via cmd/terminal. While in your project root folder location, type this command:, (*5)
```{r, engine='sh', count_lines} composer require mstevz/collection, (*6)
If your wish to add it in your composer.json file just add it to your "require" object as such: ```js "require":{ "mstevz/collection":"*" }
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, (*7)
Please let me know by posting here., (*8)
This repository is licensed under: MIT License., (*9)
If you are to use this project, please let me know and read the license. Thank you., (*10)