Download the PHP package dakujem/sleeve without Composer
On this page you can find all versions of the php package dakujem/sleeve. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dakujem/sleeve
More information about dakujem/sleeve
Files in dakujem/sleeve
Download dakujem/sleeve
More information about dakujem/sleeve
Files in dakujem/sleeve
Vendor dakujem
Package sleeve
Short Description Lightweight PSR-11 service container 📦. A trivial extension of Symfony Pimple container.
License Unlicense
Package sleeve
Short Description Lightweight PSR-11 service container 📦. A trivial extension of Symfony Pimple container.
License Unlicense
Please rate this library. Is it a good library?
Informations about the package sleeve
Sleeve
A lightweight PSR-11 service container.\ A trivial extension of Symfony Pimple container.
💿
composer require dakujem/sleeve
Sleeve...
- is dead simple
- is PSR-11 compatible
- extends Pimple (pimple/pimple), a simple Dependency Injection Container by Symfony
- only adds a couple of convenience methods (accessors) on top of the original
- works well with Slim v4 and other micro frameworks and stacks
Usage
Added on top of Pimple:
- methods
get
,set
,has
,unset
- magic accessors
__get
,__set
,__isset
,__unset
Examples:
Sleeve supports (through Pimple):
- singleton services (global)
- factory services (factories)
- parameters (with protection too)
- extensions (service providers)
📖 For full documentation, read the Pimple container usage documentation. It's quite short, in fact.
Testing
Tested for PHP versions 7.1 onwards.
All versions of sleeve with dependencies
PHP Build Version
Package Version
The package dakujem/sleeve contains the following files
Loading the files please wait ....