项目作者: panlatent

项目描述 :
Timer:Timer not is a marker, delay dispatch library for PHP
高级语言: PHP
项目地址: git://github.com/panlatent/timer.git
创建时间: 2017-04-20T01:57:15Z
项目社区:https://github.com/panlatent/timer

开源协议:MIT License

下载


Timer

Build Status
Latest Stable Version
Total Downloads
Latest Unstable Version
License

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:

  1. $ composer require panlatent/timer

Usage

License

The Timer is open-sourced software licensed under the MIT license.