awethemes / container
Illuminate Container without needing require huge contracts.
Installs: 3 385
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
- psr/container: ~1.0
Requires (Dev)
- mockery/mockery: ~0.9.4
- phpunit/phpunit: ~6.0
README
This package same as illuminate/container but has been modified to without requires a huge of contracts
Installation
Via Composer:
composer require awethemes/container
Why?
For someone working on non-Laravel project, don't want illuminate/contracts
component.