2017 © Pedro Peláez
 

library timer

Timer is a delay dispatcher library

image

panlatent/timer

Timer is a delay dispatcher library

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Timer

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Timer:Timer not is a marker, is delay dispatch library for PHP, (*2)

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., (*3)

Its purpose is to high-performance execute delay codes. Trying to minimize the time consumption of execute delay code., (*4)

Requirements

  • PHP 5.5 or later

Installation

Download the library using composer:, (*5)

$ composer require panlatent/timer

Usage

License

The Timer is open-sourced software licensed under the MIT license., (*6)

The Versions

21/04 2017

dev-master

9999999-dev

Timer is a delay dispatcher library

  Sources   Download

MIT

The Requires

  • php >=5.5

 

The Development Requires