sensorario/wheel-container

There is no license information available for the latest version (1.0.3) of this package.

Installs: 62

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sensorario/wheel-container

1.0.3 2016-10-29 07:45 UTC

This package is auto-updated.

Last update: 2025-09-29 02:13:45 UTC


README

[
    'logger' => [
        'class' => 'Path\\To\\Logger',
    ],
    'manager' => [
        'class' => 'Path\\To\\Manager',
        'collaborators' => [
            'logger'
        ],
    ],
    'engine' => [
        'class' => 'Path\\To\\Engine',
    ],
];