https://github.com/sensorario/wheel-container
https://github.com/sensorario/wheel-container
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensorario/wheel-container
- Owner: sensorario
- Created: 2016-10-23T13:26:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T07:49:09.000Z (over 9 years ago)
- Last Synced: 2025-03-13T02:31:38.941Z (over 1 year ago)
- Language: PHP
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Container
```php
[
'logger' => [
'class' => 'Path\\To\\Logger',
],
'manager' => [
'class' => 'Path\\To\\Manager',
'collaborators' => [
'logger'
],
],
'engine' => [
'class' => 'Path\\To\\Engine',
],
];
```