2017 © Pedro Peláez
 

library collections

PHP Collections

image

wnowicki/collections

PHP Collections

  • Sunday, August 2, 2015
  • by wnowicki
  • Repository
  • 3 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

PHP Collections

by WNowicki, (*1)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*2)

Install

Requirements

  • PHP >=5.5.0

Composer Installation

To install collection library you will need to use Composer in your project. If you aren't using Composer yet, it's really simple!, (*3)

curl -sS https://getcomposer.org/installer | php

Collections Installation

php composer.phar require wnowicki/collections

Example

$collection = ObjectCollection::make('\Fruit');

$collection->add(new Apple())
    ->add(new Orange())
    ->add(new Apple());

Change Log

Please see CHANGELOG for more information what has changed recently., (*4)

Testing

bash $ composer test, (*5)

Contributing

Please see CONTRIBUTING for details., (*6)

Security

If you discover any security related issues, please email dev@wojciechnowicki.com instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

02/08 2015

dev-develop

dev-develop https://github.com/wnowicki/collections

PHP Collections

  Sources   Download

MIT

The Requires

 

The Development Requires

collections

02/08 2015

dev-master

9999999-dev https://github.com/wnowicki/collections

PHP Collections

  Sources   Download

MIT

The Requires

 

The Development Requires

collections

02/08 2015

0.4.0

0.4.0.0 https://github.com/wnowicki/collections

PHP Collections

  Sources   Download

MIT

The Requires

 

The Development Requires

collections

19/07 2015

dev-array-access

dev-array-access https://github.com/wnowicki/collections

PHP Collections

  Sources   Download

MIT

The Requires

 

The Development Requires

collections

19/07 2015

0.3.0

0.3.0.0 https://github.com/wnowicki/collections

PHP Collections

  Sources   Download

MIT

The Requires

 

The Development Requires

collections

05/07 2015

0.2.0

0.2.0.0 https://github.com/wnowicki/collections

PHP Collections

  Sources   Download

MIT

The Requires

 

23/05 2015

0.1.0

0.1.0.0

PHP Collections

  Sources   Download

The Requires

  • php >=5.0.0