[ { "name": "aliyuncs/oss-sdk-php", "version": "v2.4.1", "version_normalized": "2.4.1.0", "source": { "type": "git", "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git", "reference": "492866331b7bafaac09506cf42f351b7e9e63766" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/492866331b7bafaac09506cf42f351b7e9e63766", "reference": "492866331b7bafaac09506cf42f351b7e9e63766", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "~1.0" }, "time": "2020-09-29T06:23:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "OSS\\": "src/OSS" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Aliyuncs", "homepage": "http://www.aliyun.com" } ], "description": "Aliyun OSS SDK for PHP", "homepage": "http://www.aliyun.com/product/oss/" }, { "name": "overtrue/pinyin", "version": "4.0.6", "version_normalized": "4.0.6.0", "source": { "type": "git", "url": "https://github.com/overtrue/pinyin.git", "reference": "9836dae1783bcf5934508a2abe32eca9ea5ee15d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/overtrue/pinyin/zipball/9836dae1783bcf5934508a2abe32eca9ea5ee15d", "reference": "9836dae1783bcf5934508a2abe32eca9ea5ee15d", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "brainmaestro/composer-git-hooks": "^2.7", "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "~8.0" }, "time": "2020-04-13T08:53:30+00:00", "type": "library", "extra": { "hooks": { "pre-commit": [ "composer test", "composer fix-style" ], "pre-push": [ "composer test", "composer check-style" ] } }, "installation-source": "dist", "autoload": { "psr-4": { "Overtrue\\Pinyin\\": "src/" }, "files": [ "src/const.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "overtrue", "email": "anzhengchao@gmail.com", "homepage": "http://github.com/overtrue" } ], "description": "Chinese to pinyin translator.", "homepage": "https://github.com/overtrue/pinyin", "keywords": [ "Chinese", "Pinyin", "cn2pinyin" ] }, { "name": "pclzip/pclzip", "version": "2.8.2", "version_normalized": "2.8.2.0", "source": { "type": "git", "url": "https://github.com/ivanlanin/pclzip.git", "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", "shasum": "" }, "time": "2014-06-05T11:42:24+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "pclzip.lib.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Vincent Blavet" } ], "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", "homepage": "http://www.phpconcept.net/pclzip", "keywords": [ "php", "zip" ] }, { "name": "php-curl-class/php-curl-class", "version": "8.9.0", "version_normalized": "8.9.0.0", "source": { "type": "git", "url": "https://github.com/php-curl-class/php-curl-class.git", "reference": "a40cc77eb45bc6489240415197734ca747ce4820" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/a40cc77eb45bc6489240415197734ca747ce4820", "reference": "a40cc77eb45bc6489240415197734ca747ce4820", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3" }, "require-dev": { "ext-gd": "*", "phpunit/phpunit": "*", "squizlabs/php_codesniffer": "*" }, "suggest": { "ext-mbstring": "*" }, "time": "2020-11-01T03:47:32+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Curl\\": "src/Curl/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Unlicense" ], "authors": [ { "name": "Zach Borboa" } ], "description": "PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.", "homepage": "https://github.com/php-curl-class/php-curl-class", "keywords": [ "API-Client", "api", "class", "client", "curl", "framework", "http", "http-client", "http-proxy", "json", "php", "php-curl", "php-curl-library", "proxy", "requests", "restful", "web-scraper", "web-scraping ", "web-service", "xml" ] }, { "name": "phpmailer/phpmailer", "version": "v6.1.8", "version_normalized": "6.1.8.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/917ab212fa00dc6eacbb26e8bc387ebe40993bc1", "reference": "917ab212fa00dc6eacbb26e8bc387ebe40993bc1", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { "doctrine/annotations": "^1.2", "friendsofphp/php-cs-fixer": "^2.2", "phpunit/phpunit": "^4.8 || ^5.7" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "time": "2020-10-09T14:55:58+00:00", "type": "library", "installation-source": "source", "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-only" ], "authors": [ { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP" }, { "name": "psr/log", "version": "1.1.3", "version_normalized": "1.1.3.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2020-03-23T09:12:05+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ] }, { "name": "psr/simple-cache", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2017-10-23T01:57:42+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ] }, { "name": "qiniu/php-sdk", "version": "v7.3.0", "version_normalized": "7.3.0.0", "source": { "type": "git", "url": "https://github.com/qiniu/php-sdk.git", "reference": "0a461e13b09545b23df361843c6a65fdd3a26426" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/0a461e13b09545b23df361843c6a65fdd3a26426", "reference": "0a461e13b09545b23df361843c6a65fdd3a26426", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.3" }, "time": "2020-09-24T07:31:29+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Qiniu\\": "src/Qiniu" }, "files": [ "src/Qiniu/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Qiniu", "email": "sdk@qiniu.com", "homepage": "http://www.qiniu.com" } ], "description": "Qiniu Resource (Cloud) Storage SDK for PHP", "homepage": "http://developer.qiniu.com/", "keywords": [ "cloud", "qiniu", "sdk", "storage" ] }, { "name": "rmccue/requests", "version": "v1.7.0", "version_normalized": "1.7.0.0", "source": { "type": "git", "url": "https://github.com/rmccue/Requests.git", "reference": "87932f52ffad70504d93f04f15690cf16a089546" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546", "reference": "87932f52ffad70504d93f04f15690cf16a089546", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "requests/test-server": "dev-master" }, "time": "2016-10-13T00:11:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Requests": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Ryan McCue", "homepage": "http://ryanmccue.info" } ], "description": "A HTTP library written in PHP, for human beings.", "homepage": "http://github.com/rmccue/Requests", "keywords": [ "curl", "fsockopen", "http", "idna", "ipv6", "iri", "sockets" ] }, { "name": "topthink/think-helper", "version": "v3.1.4", "version_normalized": "3.1.4.0", "source": { "type": "git", "url": "https://github.com/top-think/think-helper.git", "reference": "c28d37743bda4a0455286ca85b17b5791d626e10" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-helper/zipball/c28d37743bda4a0455286ca85b17b5791d626e10", "reference": "c28d37743bda4a0455286ca85b17b5791d626e10", "shasum": "" }, "require": { "php": ">=7.1.0" }, "time": "2019-11-08T08:01:10+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "think\\": "src" }, "files": [ "src/helper.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP6 Helper Package" }, { "name": "topthink/think-orm", "version": "v2.0.34", "version_normalized": "2.0.34.0", "source": { "type": "git", "url": "https://github.com/top-think/think-orm.git", "reference": "57f9b98895b0ff4ae7b7b75e51456fd8cb8fb629" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-orm/zipball/57f9b98895b0ff4ae7b7b75e51456fd8cb8fb629", "reference": "57f9b98895b0ff4ae7b7b75e51456fd8cb8fb629", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1.0", "psr/log": "~1.0", "psr/simple-cache": "^1.0", "topthink/think-helper": "^3.1" }, "time": "2020-09-28T08:24:57+00:00", "type": "library", "installation-source": "source", "autoload": { "psr-4": { "think\\": "src" }, "files": [] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "think orm", "keywords": [ "database", "orm" ] }, { "name": "workerman/gateway-worker", "version": "v3.0.18", "version_normalized": "3.0.18.0", "source": { "type": "git", "url": "https://github.com/walkor/GatewayWorker.git", "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/walkor/GatewayWorker/zipball/50d3a77deb7f7fb206d641ee0307ae1c41d5d41d", "reference": "50d3a77deb7f7fb206d641ee0307ae1c41d5d41d", "shasum": "" }, "require": { "workerman/workerman": ">=3.5.0" }, "time": "2020-07-15T06:45:01+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "GatewayWorker\\": "./src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "homepage": "http://www.workerman.net", "keywords": [ "communication", "distributed" ] }, { "name": "workerman/workerman", "version": "v4.0.15", "version_normalized": "4.0.15.0", "source": { "type": "git", "url": "https://github.com/walkor/Workerman.git", "reference": "580c2476d77a707879332125fa79fedb0ec74e9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/walkor/Workerman/zipball/580c2476d77a707879332125fa79fedb0ec74e9d", "reference": "580c2476d77a707879332125fa79fedb0ec74e9d", "shasum": "" }, "require": { "php": ">=5.3" }, "suggest": { "ext-event": "For better performance. " }, "time": "2020-10-28T03:37:31+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": "yunchuang/appstore-connect-api", "version": "1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/myappcloud/appstore-connect-api.git", "reference": "cb7a7ee96bf1625beaad5bb842e7e42d396cc642" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myappcloud/appstore-connect-api/zipball/cb7a7ee96bf1625beaad5bb842e7e42d396cc642", "reference": "cb7a7ee96bf1625beaad5bb842e7e42d396cc642", "shasum": "" }, "require": { "php-curl-class/php-curl-class": "^8.6", "rmccue/requests": "^1.7" }, "time": "2019-07-03T10:35:55+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "MingYuanYun\\AppStore\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "zengbin", "email": "zengb02@mingyuanyun.com" } ], "description": "sdk for appstore connect api" } ]