1 Star 0 Fork 0

小菜鸟先飞/beanbun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.lock 17.25 KB
一键复制 编辑 原始数据 按行查看 历史
小菜鸟先飞 提交于 2017-05-08 07:42 . update
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "9eb69aa8c567c3945ee2a48324137d9c",
"packages": [
{
"name": "ddeboer/tesseract",
"version": "1.1",
"source": {
"type": "git",
"url": "https://github.com/ddeboer/tesseract.git",
"reference": "fa5de6f76955d9491862655ed4322af76cec7c77"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/ddeboer/tesseract/fa5de6f76955d9491862655ed4322af76cec7c77.zip",
"reference": "fa5de6f76955d9491862655ed4322af76cec7c77",
"shasum": ""
},
"require": {
"symfony/process": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Ddeboer\\Tesseract": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David de Boer",
"email": "david@ddeboer.nl",
"homepage": "http://ddeboer.nl"
}
],
"description": "A wrapper for the Tesseract OCR engine",
"homepage": "https://github.com/ddeboer/tesseract",
"keywords": [
"OCR",
"optical character recognition",
"scan",
"text recognition"
],
"time": "2013-06-26T21:04:54+00:00"
},
{
"name": "federicoginosa/textcleaner",
"version": "v1.0",
"source": {
"type": "git",
"url": "https://github.com/FedericoGinosa/textcleaner.git",
"reference": "618b331c8751210260a5bbadd9ca1ebead3c0541"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/FedericoGinosa/textcleaner/618b331c8751210260a5bbadd9ca1ebead3c0541.zip",
"reference": "618b331c8751210260a5bbadd9ca1ebead3c0541",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Textcleaner": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Federico Ginosa",
"email": "f.ginosa@gmail.com",
"homepage": "http://blog.gino.sa.it"
}
],
"description": "A wrapper to work with TextCleaner inside your PHP scripts.",
"homepage": "http://blog.gino.sa.it",
"keywords": [
"ImageMagick",
"OCR",
"textcleaner"
],
"time": "2015-04-17T17:47:24+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.2.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/guzzle/guzzle/8d6c6cc55186db87b7dc5009827429ba4e9dc006.zip",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"shasum": ""
},
"require": {
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
"time": "2017-02-28T22:50:30+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/guzzle/promises/a59da6cf61d80060647ff4d3eb2c03a2bc694646.zip",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/guzzle/psr7/f5b8a8512e2b58b0071a7280e39f14f72e05d87c.zip",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2017-03-20T17:10:46+00:00"
},
{
"name": "kiddyu/beanbun",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/kiddyuchina/Beanbun.git",
"reference": "8ec7a3e0e26c68acf447d62bc7d81dd08abd3ce7"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/kiddyuchina/Beanbun/8ec7a3e0e26c68acf447d62bc7d81dd08abd3ce7.zip",
"reference": "8ec7a3e0e26c68acf447d62bc7d81dd08abd3ce7",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0",
"workerman/workerman": "^3.3"
},
"type": "application",
"autoload": {
"psr-4": {
"Beanbun\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kidd Yu",
"email": "58631254@qq.com"
}
],
"description": "Beanbun 是用 PHP 编写的多进程网络爬虫框架,具有良好的开放性、高可扩展性",
"keywords": [
"crawler",
"scraper",
"spider"
],
"time": "2017-04-27T10:28:13+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/php-fig/http-message/f6561bf28d520154e4b0ec72be95418abe6d9363.zip",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "symfony/process",
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/symfony/process/999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0.zip",
"reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2017-04-12T14:13:17+00:00"
},
{
"name": "thiagoalessio/tesseract_ocr",
"version": "1.0.0-RC",
"source": {
"type": "git",
"url": "https://github.com/thiagoalessio/tesseract-ocr-for-php.git",
"reference": "b22008ee163330aaaaae97424aa8b7dde8246882"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/thiagoalessio/tesseract-ocr-for-php/b22008ee163330aaaaae97424aa8b7dde8246882.zip",
"reference": "b22008ee163330aaaaae97424aa8b7dde8246882",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "5.3.2"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Thiago Alessio Pereira",
"email": "thiagoalessio@me.com",
"homepage": "http://thiagoalessio.me"
}
],
"description": "A wrapper to work with Tesseract OCR inside PHP.",
"keywords": [
"OCR",
"Tesseract",
"text recognition"
],
"time": "2016-04-20T23:29:55+00:00"
},
{
"name": "workerman/workerman",
"version": "v3.4.2",
"source": {
"type": "git",
"url": "https://github.com/walkor/Workerman.git",
"reference": "a10f58e546af755f3546a309afea7ac71f879aaf"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/walkor/Workerman/a10f58e546af755f3546a309afea7ac71f879aaf.zip",
"reference": "a10f58e546af755f3546a309afea7ac71f879aaf",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"suggest": {
"ext-event": "For better performance."
},
"type": "library",
"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"
],
"time": "2017-05-04T15:08:38+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"thiagoalessio/tesseract_ocr": 5
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunbirder/beanbun.git
git@gitee.com:sunbirder/beanbun.git
sunbirder
beanbun
beanbun
master

搜索帮助