panlatent / timer
Timer is a delay dispatcher library
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/panlatent/timer
Requires
- php: >=5.5
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-04-19 08:57:05 UTC
README
Timer:Timer not is a marker, is delay dispatch library for PHP
What's This
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.
Requirements
- PHP 5.5 or later
Installation
Download the library using composer:
$ composer require panlatent/timer
Usage
License
The Timer is open-sourced software licensed under the MIT license.