PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   React PHP Timer Loop   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: React PHP Timer Loop
Call functions after a given time like JavaScript
Author: By
Last change:
Date: 3 years ago
Size: 508 bytes
 

Contents

Class file image Download
{ "name": "ahmard/reactphp-timers", "description": "Reactphp timers styled to look like javascript setInterval and setTimeout.", "keywords": ["asynchronous", "asyncphp", "ReactPHP"], "type": "library", "license": "MIT", "minimum-stability": "stable", "authors": [ { "name": "Ahmard", "email": "ahmard@gmail.com" } ], "require": { "react/react": "^1.1" }, "autoload": { "files": ["src/Functions.php"] } }