├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 baiy 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | |名称|用途说明|说明地址| 2 | |---|---|---| 3 | |[mashape/unirest-php](https://packagist.org/packages/mashape/unirest-php)|简单易用的HTTP请求库|[官网](http://unirest.io/)| 4 | |[guzzlehttp/guzzle](https://packagist.org/packages/guzzlehttp/guzzle)|功能强大的HTTP请求库|[文档](http://guzzlephp.org/)| 5 | |[hassankhan/config](https://packagist.org/packages/hassankhan/config)|轻量级配置加载类,支持多种配置格式`PHP, INI, XML, JSON, and YML`|| 6 | |[desarrolla2/cache](https://packagist.org/packages/desarrolla2/cache)|简单的缓存类,提供多种缓存驱动`Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis`|| 7 | |[phpFastCache/phpFastCache](https://packagist.org/packages/phpFastCache/phpFastCache)|PHP 缓存库,支持apc, memcache, memcached, wincache, files, pdo and mpdo|[官网](http://www.phpfastcache.com/)| 8 | |[hashids/hashids](https://packagist.org/packages/hashids/hashids)|数字ID生成类似优酷视频ID,支持多语言,支持加盐生成|[官网](http://hashids.org/)| 9 | |[sika/sitemap](https://packagist.org/packages/sika/sitemap)|XML网站地图生成器|| 10 | |[catfan/medoo](https://packagist.org/packages/catfan/medoo)|简单易用数据库操作类 支持各种常见数据库|[文档](http://medoo.in/doc)| 11 | |[rize/uri-template](https://packagist.org/packages/rize/uri-template)|URL生成|| 12 | |[jdorn/sql-formatter](https://packagist.org/packages/jdorn/sql-formatter)|SQL语句格式化 支持语法高亮|| 13 | |[intervention/image](https://packagist.org/packages/intervention/image)|图片处理,提供对图片的各种操作:获取图片信息,上传,格式转换,缩放,裁剪等等等|[文档](http://image.intervention.io/)| 14 | |[phpmailer/phpmailer](https://packagist.org/packages/phpmailer/phpmailer)|邮件发送|| 15 | |[phpoffice/phpexcel](https://packagist.org/packages/phpoffice/phpexcel)|excel操作类|[文档](https://github.com/PHPOffice/PHPExcel/wiki/User%20Documentation)| 16 | |[league/route](https://packagist.org/packages/league/route)|路由调度|[文档](http://route.thephpleague.com/)| 17 | |[willdurand/jsonp-callback-validator](https://packagist.org/packages/willdurand/jsonp-callback-validator)|JSONP callback参数验证 防止XSS攻击|| 18 | |[michelf/php-markdown](https://packagist.org/packages/michelf/php-markdown)|PHP markdown 解析|[官网](https://daringfireball.net/projects/markdown/)| 19 | |[erusev/parsedown](https://packagist.org/packages/erusev/parsedown)|PHP markdown 解析|[演示](http://parsedown.org/tests/) [文档](https://github.com/erusev/parsedown/wiki/)| 20 | |[league/html-to-markdown](https://packagist.org/packages/league/html-to-markdown)|HTML转markdown|| 21 | |[monolog/monolog](https://packagist.org/packages/monolog/monolog)|日志操作 composer官方就是用它做例子|[文档](https://github.com/Seldaek/monolog/blob/HEAD/doc/01-usage.md)| 22 | |[phpcollection/phpcollection](https://packagist.org/packages/phpcollection/phpcollection)|PHP 集合操作|[文档](http://jmsyst.com/libs/php-collection)| 23 | |[seld/jsonlint](https://packagist.org/packages/seld/jsonlint)|JSON 语法检查|| 24 | |[geoip2/geoip2](https://packagist.org/packages/geoip2/geoip2)|IP地理位置信息|| 25 | |[league/csv](https://packagist.org/packages/league/csv)|CSV操作类|[例子](https://github.com/thephpleague/csv/tree/master/examples)| 26 | |[jalle19/php-whitelist-check](https://packagist.org/packages/jalle19/php-whitelist-check)|IP/网址黑白名检查 支持模糊匹配|| 27 | |[shark/simple_html_dom](https://packagist.org/packages/shark/simple_html_dom)|php解析html类库|[文档](http://simplehtmldom.sourceforge.net/)| 28 | |[naux/auto-correct](https://packagist.org/packages/naux/auto-correct)|自动给中英文之间加入合理的空格并纠正专用名词大小写|| 29 | |[fabpot/goutte](https://packagist.org/packages/fabpot/goutte)|PHP 爬虫库 它提供了一个优雅的 API,这使得从远程页面上选择特定元素变得简单|| 30 | |[meenie/munee](https://packagist.org/packages/meenie/munee)|一个集图片尺寸调整、CSS-JS合并/压缩、缓存等功能于一身的PHP库|[官网](http://mun.ee/)| 31 | |[league/flysystem](https://packagist.org/packages/league/flysystem)|一个文件系统抽象层,为各类型文件操作(本地/Azure/Aws/FTP/内存等)提供统一的操作接口|[官网](https://flysystem.thephpleague.com/)| 32 | |[overtrue/wechat](https://packagist.org/packages/overtrue/wechat)|EasyWeChat 是一个开源的 微信 非官方 SDK|[官网](https://www.easywechat.com/)| 33 | |[php-di/php-di](https://packagist.org/packages/php-di/php-di)|PHP 依赖注入容器|[官网](http://php-di.org/) [文档](http://php-di.org/doc/)| 34 | |[jakub-onderka/php-console-color](https://packagist.org/packages/jakub-onderka/php-console-color)|命令行带颜色输出| 没有文档 可以查看github上的[实例代码](https://github.com/JakubOnderka/PHP-Console-Color/blob/master/example.php)| 35 | --------------------------------------------------------------------------------