Timer:Timer not is a marker, delay dispatch library for PHP
Timer:Timer not is a marker, is delay dispatch library for PHP
Timer is a delay dispatcher library for PHP, like libevent timer. It is not depend on any extension.
It provides some general timers and implement JavaScript setTimeout
and setInterval
.
Its purpose is to high-performance execute delay codes. Trying to minimize the time consumption of execute delay code.
Download the library using composer:
$ composer require panlatent/timer
The Timer is open-sourced software licensed under the MIT license.