Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 937 Bytes

PHP Github 装逼指南.md

File metadata and controls

25 lines (19 loc) · 937 Bytes

PHP Github 装逼指南

看别人开源项目下面总是一堆徽章很是羡慕,网上文章大多是 Javascript 项目相关的。这楼里介绍一下 PHP 相关徽章。

Build 状态不能少,持续集成你的项目,让项目保持健康

https://travis-ci.org/

发布在 packagist.org 上面的包的状态

https://poser.pugx.org/ 这么多徽章,怕了吧

查看被其他项目依赖和依赖其他项目情况

https://www.versioneye.com/

代码质量相关

https://scrutinizer-ci.com/

参考

  1. https://raw.githubusercontent.com/yiisoft/yii2/master/README.md
  2. https://github.com/purocean/yii2-template