文件名称:php-php-checker:简单PHP检查器
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-20 20:46:22
PHP
简单PHP检查器 描述 Teto\PHPChecker是一个简单PHP代码检查器。 要求 PHP(5.4+) ext/tokenizer 安装 作曲家 # Project local (dev) $ composer require --dev zonuexe/php-checker # Global install $ composer g require zonuexe/php-checker 用法 $ ./bin/phpchecker Teto\\PHPChecker src/ 版权 简单PHP检查器 版权所有(c)2014 USAMI Kenta
【文件预览】:
php-php-checker-master
----.gitignore(72B)
----src()
--------Exception()
--------CLI.php(1KB)
--------PHPFile.php(945B)
--------FileChecker.php(4KB)
----bin()
--------phpchecker(911B)
----.travis.yml(214B)
----build()
--------phploc.xml(715B)
----composer.json(692B)
----LICENSE.txt(1KB)
----README.md(750B)
----tests()
--------TestCase.php(98B)
--------bootstrap.php(129B)
--------php_files()
----phpdox.xml.dist(2KB)
----phpunit.xml.dist(474B)
----Rakefile(2KB)