setTempDirectory(__DIR__ . '/temp'); $configurator->setLogDirectory(__DIR__ . '/temp'); // Other values $configurator->setTimeZone('Europe/Amsterdam'); // Add TracyComponent \FuzeWorks\TracyComponent::enableTracy(); $configurator->addComponent(new \FuzeWorks\TracyComponent()); // And the star of the show: ObjectStorageComponent $configurator->addComponent(new \FuzeWorks\ObjectStorage\ObjectStorageComponent()); // Debug related $configurator->enableDebugMode(); $configurator->setDebugAddress('ALL'); return $configurator->createContainer();