Skip to content

PHP collections library to easily work and manipulate data structures and arrays.

License

Notifications You must be signed in to change notification settings

weblement/collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weblement Collection Library for PHP

Latest Stable Version Total Downloads Latest Unstable Version License

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.

Installation

The preferred way to install the library is through composer.

Either run

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

or add

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

to your composer.json file.

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.

Current collections implemented are:

Contributing

This library is open source package by Weblement, and maintained by Locustv2.

Feel free to report issues and make pull requests. Any help would be appreciated.

License

This software is released under the BSD 3-Clause License.

Copyright © weblement 2016

About

PHP collections library to easily work and manipulate data structures and arrays.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages