2017 © Pedro Peláez
 

library collection

Allows the creation of a collection giving an easier data manipulation.

image

mstevz/collection

Allows the creation of a collection giving an easier data manipulation.

  • Tuesday, April 10, 2018
  • by mstevz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 33 % Grown

The README.md

Collection | Build Status GitHub Packagist Version

_Description_

Allows the creation of a collection giving an easier data manipulation., (*1)

_Highlights_
  • Access your data via associative key or index position!
  • Work your object as if it was an array., (*2)

  • Fast iteration methods., (*3)

  • 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., (*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":"*" }

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, (*7)

Please let me know by posting here., (*8)

_License_

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)

The Versions

10/04 2018

dev-master

9999999-dev

Allows the creation of a collection giving an easier data manipulation.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Miguel Esteves

php collection array vectors lists

10/04 2018

v1.1

1.1.0.0

Allows the creation of a collection giving an easier data manipulation.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Miguel Esteves

php collection array vectors lists

27/03 2018

v1.0

1.0.0.0

Allows the creation of a collection giving an easier data manipulation.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Miguel Esteves

php collection array vectors lists