php git hooks:PHP项目的Git挂钩 源码
php-git-hooks 用于PHP项目的Git挂钩。 基于git hook脚本PHP项目库。 安装 步骤1:作曲家 您必须将以下行添加到composer.json文件中才能与Symfony 3.0一起使用: { " require-dev " : { " bruli/php-git-hooks " : " ~4.1 " } } 您可以在Symfony版本2.X中使用“〜2.0”。 或者,您可以在控制台中编写: $ composer require bruli/php-git-hooks --dev 如果您没有作曲家,则需要下载二进制文件并运行它: $ wget http://getcomposer.org/composer.phar # or $ curl -O http://getcomposer.org/composer.phar $
文件列表
php-git-hooks:PHP项目的Git挂钩
(预估有个331文件)
ConfigurationProcessorHandler.php
5KB
ConfigurationDataFinderHandler.php
3KB
PreCommitResponse.php
4KB
ConfigurationProcessorHandlerTest.php
8KB
ConfigArrayDataStub.php
3KB
HookQuestions.php
4KB
ConfigurationArrayTransformer.php
6KB
ConfigurationDataResponseFactory.php
5KB
JsonLintToolHandlerTest.php
4KB
PreCommitToolHandler.php
8KB
暂无评论