Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 417 Bytes

Clockwork for the Lithium framework.

Original Project

Chrome Extension

Usage

# bootstrap.php
\lithium\core\Libraries::add('li3_clockwork');
\li3_clockwork\extensions\StaticClockwork::getInstance()->setStorage(
    new \Clockwork\Storage\FileStorage("/path/to/tmp")
);