windows 安装pear & PHP_CodeSniffer
Posted dfg727
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows 安装pear & PHP_CodeSniffer相关的知识,希望对你有一定的参考价值。
1. download
https://pear.php.net/go-pear.phar
2. install pear(http://pear.php.net/manual/en/installation.getting.php)
php go-pear.phar
3. install PHP_CodeSniffer(http://pear.php.net/package/PHP_CodeSniffer/)
pear install PHP_CodeSniffer
以上是关于windows 安装pear & PHP_CodeSniffer的主要内容,如果未能解决你的问题,请参考以下文章
Windows下获取和安装PEAR包管理器 Getting and installing the PEAR package manager