An open API service indexing awesome lists of open source software.

https://github.com/sensorario/wheel-container


https://github.com/sensorario/wheel-container

Last synced: 11 months ago
JSON representation

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',
],
];
```