Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
composer-lib
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
php
composer-lib
Commits
04ad1f3f
Commit
04ad1f3f
authored
Aug 07, 2019
by
aide_941
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
3caaada6
Pipeline
#83
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
1 deletion
+36
-1
README.md
README.md
+36
-1
No files found.
README.md
View file @
04ad1f3f
# composer-lib
composer常用模板
|名称|用途说明|说明地址|
|---|---|---|
|
[
mashape/unirest-php
](
https://packagist.org/packages/mashape/unirest-php
)
|简单易用的HTTP请求库|
[
官网
](
http://unirest.io/
)
|
|
[
guzzlehttp/guzzle
](
https://packagist.org/packages/guzzlehttp/guzzle
)
|功能强大的HTTP请求库|
[
文档
](
http://guzzlephp.org/
)
|
|
[
hassankhan/config
](
https://packagist.org/packages/hassankhan/config
)
|轻量级配置加载类,支持多种配置格式
`PHP, INI, XML, JSON, and YML`
||
|
[
desarrolla2/cache
](
https://packagist.org/packages/desarrolla2/cache
)
|简单的缓存类,提供多种缓存驱动
`Apc, Apcu, File, Mongo, Memcache, Memcached, Mysql, Mongo, Redis`
||
|
[
phpFastCache/phpFastCache
](
https://packagist.org/packages/phpFastCache/phpFastCache
)
|PHP 缓存库,支持apc, memcache, memcached, wincache, files, pdo and mpdo|
[
官网
](
http://www.phpfastcache.com/
)
|
|
[
hashids/hashids
](
https://packagist.org/packages/hashids/hashids
)
|数字ID生成类似优酷视频ID,支持多语言,支持加盐生成|
[
官网
](
http://hashids.org/
)
|
|
[
sika/sitemap
](
https://packagist.org/packages/sika/sitemap
)
|XML网站地图生成器||
|
[
catfan/medoo
](
https://packagist.org/packages/catfan/medoo
)
|简单易用数据库操作类 支持各种常见数据库|
[
文档
](
http://medoo.in/doc
)
|
|
[
rize/uri-template
](
https://packagist.org/packages/rize/uri-template
)
|URL生成||
|
[
jdorn/sql-formatter
](
https://packagist.org/packages/jdorn/sql-formatter
)
|SQL语句格式化 支持语法高亮||
|
[
intervention/image
](
https://packagist.org/packages/intervention/image
)
|图片处理,提供对图片的各种操作:获取图片信息,上传,格式转换,缩放,裁剪等等等|
[
文档
](
http://image.intervention.io/
)
|
|
[
phpmailer/phpmailer
](
https://packagist.org/packages/phpmailer/phpmailer
)
|邮件发送||
|
[
phpoffice/phpexcel
](
https://packagist.org/packages/phpoffice/phpexcel
)
|excel操作类|
[
文档
](
https://github.com/PHPOffice/PHPExcel/wiki/User%20Documentation
)
|
|
[
league/route
](
https://packagist.org/packages/league/route
)
|路由调度|
[
文档
](
http://route.thephpleague.com/
)
|
|
[
willdurand/jsonp-callback-validator
](
https://packagist.org/packages/willdurand/jsonp-callback-validator
)
|JSONP callback参数验证 防止XSS攻击||
|
[
michelf/php-markdown
](
https://packagist.org/packages/michelf/php-markdown
)
|PHP markdown 解析|
[
官网
](
https://daringfireball.net/projects/markdown/
)
|
|
[
erusev/parsedown
](
https://packagist.org/packages/erusev/parsedown
)
|PHP markdown 解析|
[
演示
](
http://parsedown.org/tests/
)
[
文档
]
(https://github.com/erusev/parsedown/wiki/)|
|
[
league/html-to-markdown
](
https://packagist.org/packages/league/html-to-markdown
)
|HTML转markdown||
|
[
monolog/monolog
](
https://packagist.org/packages/monolog/monolog
)
|日志操作 composer官方就是用它做例子|
[
文档
](
https://github.com/Seldaek/monolog/blob/HEAD/doc/01-usage.md
)
|
|
[
phpcollection/phpcollection
](
https://packagist.org/packages/phpcollection/phpcollection
)
|PHP 集合操作|
[
文档
](
http://jmsyst.com/libs/php-collection
)
|
|
[
seld/jsonlint
](
https://packagist.org/packages/seld/jsonlint
)
|JSON 语法检查||
|
[
geoip2/geoip2
](
https://packagist.org/packages/geoip2/geoip2
)
|IP地理位置信息||
|
[
league/csv
](
https://packagist.org/packages/league/csv
)
|CSV操作类|
[
例子
](
https://github.com/thephpleague/csv/tree/master/examples
)
|
|
[
jalle19/php-whitelist-check
](
https://packagist.org/packages/jalle19/php-whitelist-check
)
|IP/网址黑白名检查 支持模糊匹配||
|
[
shark/simple_html_dom
](
https://packagist.org/packages/shark/simple_html_dom
)
|php解析html类库|
[
文档
](
http://simplehtmldom.sourceforge.net/
)
|
|
[
naux/auto-correct
](
https://packagist.org/packages/naux/auto-correct
)
|自动给中英文之间加入合理的空格并纠正专用名词大小写||
|
[
fabpot/goutte
](
https://packagist.org/packages/fabpot/goutte
)
|PHP 爬虫库 它提供了一个优雅的 API,这使得从远程页面上选择特定元素变得简单||
|
[
meenie/munee
](
https://packagist.org/packages/meenie/munee
)
|一个集图片尺寸调整、CSS-JS合并/压缩、缓存等功能于一身的PHP库|
[
官网
](
http://mun.ee/
)
|
|
[
league/flysystem
](
https://packagist.org/packages/league/flysystem
)
|一个文件系统抽象层,为各类型文件操作(本地/Azure/Aws/FTP/内存等)提供统一的操作接口|
[
官网
](
https://flysystem.thephpleague.com/
)
|
|
[
overtrue/wechat
](
https://packagist.org/packages/overtrue/wechat
)
|EasyWeChat 是一个开源的 微信 非官方 SDK|
[
官网
](
https://www.easywechat.com/
)
|
|
[
php-di/php-di
](
https://packagist.org/packages/php-di/php-di
)
|PHP 依赖注入容器|
[
官网
](
http://php-di.org/
)
[
文档
]
(http://php-di.org/doc/)|
|
[
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
)
|
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment