phpcheckstyle
PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions.
파일 탐색기
최종 버전 다운로드 (.zip)- .gitignore
- codeigniter.cfg.xml
- default.cfg.xml
- sameline.cfg.xml
- spaceindent.cfg.xml
- symfony.cfg.xml
- test.cfg.xml
- zend.cfg.xml
- global.css
- Logo_phpcheckstyle.png
- Logo_phpcheckstyle.svg
- spacer.gif
- detail.tmpl
- detail_body.tmpl
- detail_foot.tmpl
- detail_head.tmpl
- files.tmpl
- files_body.tmpl
- files_foot.tmpl
- footer.tmpl
- header.tmpl
- summary.tmpl
- README
- CheckArrayStyleConfig.php
- CheckStyleConfig.php
- CheckXMLStyleConfig.php
- en-us.ini
- fr-fr.ini
- kr.ini
- ArrayReporter.php
- ConsoleReporter.php
- HTMLConsoleFormatReporter.php
- HTMLFormatReporter.php
- NullReporter.php
- PlainFormatReporter.php
- Reporter.php
- Reporters.php
- XmlConsoleFormatReporter.php
- XmlFormatReporter.php
- XmlNCSSReporter.php
- _Constants.php
- PHPCheckstyle.php
- StatementItem.php
- StatementStack.php
- TokenInfo.php
- Tokenizer.php
- VariableInfo.php
- _bad_naming.php
- bad_alias.php
- bad_comments.php
- bad_deprecation.php
- bad_indentation.php
- bad_indentation_array.php
- bad_metrics.php
- bad_optimisation.php
- bad_other.php
- bad_php_tags_end_not_needed.php
- bad_php_tags_text_after_end.php
- bad_prohibited.php
- bad_space_after_control.php
- bad_spaces.php
- bad_strictcompare.php
- bad_unused.php
- closure_in_string.php
- empty.php
- emptyline.php
- good.php
- good_anonymous_function.php
- good_do_while.php
- good_doc.php
- good_exception.php
- good_function_naming.php
- good_indentation_array.php
- good_indentation_newline.php
- good_indentation_space.php
- good_unused.php
- issue29.php
- issue48sample.php
- issue53.php
- issue55.php
- issue56.php
- issue58.php
- issue59.php
- issue61.php
- issue69.php
- issue70.php
- issue73.php
- issue78.php
- issuegithub32.php
- issuegithub40.php
- issuegithub62.php
- issuegithub65.php
- issuegithub66.php
- issuegithub89.php
- switch_multi_case.php
- t_and_equal.php
- test_unused_2.php
- todo.php
- unterminated_comment.php
- AliasesTest.php
- CommentsTest.php
- DeprecationTest.php
- GoodTest.php
- IndentationTest.php
- MetricsTest.php
- NamingTest.php
- OptimizationTest.php
- OtherTest.php
- PHPTagsTest.php
- ProhibitedTest.php
- StrictCompareTest.php
- TestRunner.php
- UnusedTest.php
- install_composer.sh
- install_composer_libraries.sh
- autoload_classmap.php
- autoload_namespaces.php
- autoload_psr4.php
- autoload_real.php
- autoload_static.php
- ClassLoader.php
- platform_check.php
- deep_copy.php
- Functions.php
- autoload.php
- .gitignore
- .travis.yml
- build.xml
- composer.json
- index.php
- LICENSE
- phpcheckstyle
- phpcheckstyle.cmd
- phpcheckstyle.sh
- phpcheckstyle_sample.sh
- phpunit.sh
- phpunit.xml
- README.md
- RELEASE_NOTES.txt
- run.php
- runFromWeb.php
- Vagrantfile
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/PHPCheckstyle/phpcheckstyle
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd phpcheckstyle
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. PHP (Composer)
쉬움 추천사전 준비물
composer require phpcheckstyle/phpcheckstyle
이 명령어를 터미널에 그대로 입력해 실행하세요.
php -S localhost:8000 같은 내장 서버로 실행한 뒤 브라우저에서 http://localhost:8000 으로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
