123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- [
- {
- "name": "workerman/workerman",
- "version": "v4.0.6",
- "version_normalized": "4.0.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/Workerman.git",
- "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/Workerman/zipball/14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
- "reference": "14964ed1f3655e10f8bd0bd45e78fb75104fc9cf",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "suggest": {
- "ext-event": "For better performance. "
- },
- "time": "2020-06-12T16:21:56+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"
- ]
- },
- {
- "name": "workerman/channel",
- "version": "v1.0.5",
- "version_normalized": "1.0.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/Channel.git",
- "reference": "0836a9a413c6e8425ee36307d95e2e49cc380f50"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/Channel/zipball/0836a9a413c6e8425ee36307d95e2e49cc380f50",
- "reference": "0836a9a413c6e8425ee36307d95e2e49cc380f50",
- "shasum": ""
- },
- "require": {
- "workerman/workerman": ">=3.3.0"
- },
- "time": "2018-07-02T02:42:37+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "Channel\\": "./src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net"
- },
- {
- "name": "workerman/phpsocket.io",
- "version": "v1.1.12",
- "version_normalized": "1.1.12.0",
- "source": {
- "type": "git",
- "url": "https://github.com/walkor/phpsocket.io.git",
- "reference": "7c4fd8738344a2950897ea97532312e791b099b7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/walkor/phpsocket.io/zipball/7c4fd8738344a2950897ea97532312e791b099b7",
- "reference": "7c4fd8738344a2950897ea97532312e791b099b7",
- "shasum": ""
- },
- "require": {
- "workerman/channel": ">=1.0.0",
- "workerman/workerman": ">=3.5.16"
- },
- "time": "2020-03-20T10:42:09+00:00",
- "type": "library",
- "installation-source": "dist",
- "autoload": {
- "psr-4": {
- "PHPSocketIO\\": "./src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "homepage": "http://www.workerman.net",
- "keywords": [
- "Socket.io"
- ]
- }
- ]
|