PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   React PHP Clock Timer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: React PHP Clock Timer
Execute tasks at regular periods of time
Author: By
Last change:
Date: 2 years ago
Size: 764 bytes
 

Contents

Class file image Download
{ "name": "ahmard/clock", "description": "PHP Clock written on top of ReactPHP", "keywords": ["clock", "php clock", "reactphp clock"], "type": "library", "license": "MIT", "authors": [ { "name": "Ahmard", "email": "Ahmard06@gmail.com" } ], "require": { "php": "^7.4 || ^8.0", "react/event-loop": "^1.1", "jolicode/jolinotif": "^2.3", "react/child-process": "^0.6.2", "fightbulc/moment": "^1.33" }, "require-dev": { "phpstan/phpstan": "^0.12.83", "symfony/var-dumper": "^5.2" }, "autoload": { "psr-4": { "Clock\\": "src/" } }, "scripts": { "analyse": "phpstan analyse" } }