choult / tote
A set of simple PSR-11 containers
v0.1.1
2015-12-30 22:50 UTC
Requires
- php: >=5.5.0
- container-interop/container-interop: 1.1.0
Requires (Dev)
- mockery/mockery: 0.9.*
- phpmd/phpmd: 2.2.*
- phpunit/phpunit: 4.*
- sebastian/phpcpd: 2.0.*
- squizlabs/php_codesniffer: 2.3.*
Provides
This package is not auto-updated.
Last update: 2024-11-09 19:08:45 UTC
README
A set of simple PSR-11 and Container Interop compliant containers - nothing special!
See (https://github.com/container-interop/fig-standards/blob/master/proposed/container.md) for more details
Installation
You can install Tote via Composer:
composer require choult/tote
or via composer.json
:
{ "require": { "choult/tote": "dev-master" } }
Change Log
A summary of changes can be seen in the change log.
Contributing
Check out CONTRIBUTING for information on contributing to Tote.
License
The MIT License (MIT). Please see LICENSE for more information.