Download the PHP package jameshalsall/squeezed without Composer
On this page you can find all versions of the php package jameshalsall/squeezed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jameshalsall/squeezed
More information about jameshalsall/squeezed
Files in jameshalsall/squeezed
Download jameshalsall/squeezed
More information about jameshalsall/squeezed
Files in jameshalsall/squeezed
Vendor jameshalsall
Package squeezed
Short Description An extension of the simple service container Pimple to provide tagging support.
License
Package squeezed
Short Description An extension of the simple service container Pimple to provide tagging support.
License
Please rate this library. Is it a good library?
Informations about the package squeezed
Squeezed
An extension of the simple service container Pimple to provide tagging support.
Using Squeezed
Tagging a service
You can tag a service in the container by using the Squeezed::tagService();
method:
Retrieving services by tag
Once you have tagged some services you can then retrieve them by their tag name. This is useful when dealing with categories of services such as console commands or controllers.
This will return an array of the tagged services indexed by their service ID.
Future Development
- Add support for Pimple 2.0
All versions of squeezed with dependencies
PHP Build Version
Package Version
Requires
pimple/pimple Version
~1.0
The package jameshalsall/squeezed contains the following files
Loading the files please wait ....