[ { "name": "mark-php/mark", "version": "v1.1.11", "version_normalized": "1.1.11.0", "source": { "type": "git", "url": "https://github.com/passwalls/mark.git", "reference": "d92ba52b1bbb5c66498c67612e7c2ba90caa5f65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/passwalls/mark/zipball/d92ba52b1bbb5c66498c67612e7c2ba90caa5f65", "reference": "d92ba52b1bbb5c66498c67612e7c2ba90caa5f65", "shasum": "" }, "require": { "nikic/fast-route": "^1.3", "php": ">=7.1", "workerman/workerman": "^4.0.4" }, "suggest": { "ext-event": "For better performance. " }, "time": "2021-02-14T08:56:10+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Mark\\": "./src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "a PHP micro framework based on workerman" }, { "name": "nikic/fast-route", "version": "v1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "181d480e08d9476e61381e04a71b34dc0432e812" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", "reference": "181d480e08d9476e61381e04a71b34dc0432e812", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35|~5.7" }, "time": "2018-02-13T20:26:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ] }, { "name": "workerman/workerman", "version": "v4.0.19", "version_normalized": "4.0.19.0", "source": { "type": "git", "url": "https://github.com/walkor/Workerman.git", "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/walkor/Workerman/zipball/af6025976fba817eeb4d5fbf8d0c1059a5819da3", "reference": "af6025976fba817eeb4d5fbf8d0c1059a5819da3", "shasum": "" }, "require": { "php": ">=5.3" }, "suggest": { "ext-event": "For better performance. " }, "time": "2021-03-05T06:44:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Workerman\\": "./" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "walkor", "email": "walkor@workerman.net", "homepage": "http://www.workerman.net", "role": "Developer" } ], "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.", "homepage": "http://www.workerman.net", "keywords": [ "asynchronous", "event-loop" ] } ]