2017 © Pedro Peláez
 

library collections

A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.

image

weblement/collections

A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.

  • Saturday, June 11, 2016
  • by Locustv2
  • Repository
  • 1 Watchers
  • 1 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Weblement Collection Library for PHP

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Weblement Collection is a library intended to make the manipulation of different data structures easier. This library adds a layer of abstraction to PHP's array which lets you to work with a specific type of data structure having functions intended for its purpose., (*2)

Installation

The preferred way to install the library is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist weblement/collections

or add, (*5)

{
    "require": {
        "weblement/collections": "*"
    }
}

to your composer.json file., (*6)

About

The package requires PHP 5.4+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP., (*7)

Current collections implemented are: - ArrayList - Map - Queue - Set - Stack, (*8)

Contributing

This library is open source package by Weblement, and maintained by Locustv2., (*9)

Feel free to report issues and make pull requests. Any help would be appreciated., (*10)

License

This software is released under the BSD 3-Clause License., (*11)

Copyright © weblement 2016, (*12)

The Versions

11/06 2016

dev-master

9999999-dev https://github.com/weblement/

A small PHP collections library that contain powerful data structures which makes manipulation of arrays easier.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

by Yuv Joodhisty

stack library collection array queue map set data structures weblement