Download the PHP package yrizos/bucket without Composer
On this page you can find all versions of the php package yrizos/bucket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yrizos/bucket
More information about yrizos/bucket
Files in yrizos/bucket
Download yrizos/bucket
More information about yrizos/bucket
Files in yrizos/bucket
Vendor yrizos
Package bucket
Short Description A set of basic containers, and a more complicated one with onSet and onGet hooks.
License MIT
Homepage https://github.com/yrizos/bucket
Package bucket
Short Description A set of basic containers, and a more complicated one with onSet and onGet hooks.
License MIT
Homepage https://github.com/yrizos/bucket
Please rate this library. Is it a good library?
Informations about the package bucket
Bucket
Bucket is a collection of container objects.
Basic containers
There are four basic container traits:
- ContainerTrait: implements \Countable, \IteratorAggregate
- ArrayContainerTrait: adds \ArrayAccess to the mix
- MagicContainerTrait: if you prefer magic getter & setters to \ArrayAccess
- MagicArrayContainerTrait: the name is revealing, isn't it?
You can either attach the traits to your own classes, or use the concrete classes provided. Here's a quick example:
Bucket
Bucket is a bit more interesting, adding hooks to the mix.
Setup
require: "yrizos/bucket": "dev-master"
All versions of bucket with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package yrizos/bucket contains the following files
Loading the files please wait ....