https://github.com/smetdenis/codestyle
item8 Global Code style and testing tools
https://github.com/smetdenis/codestyle
Last synced: about 2 months ago
JSON representation
item8 Global Code style and testing tools
- Host: GitHub
- URL: https://github.com/smetdenis/codestyle
- Owner: SmetDenis
- Created: 2018-12-05T15:17:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T19:50:11.000Z (over 6 years ago)
- Last Synced: 2025-02-10T08:12:45.627Z (3 months ago)
- Language: PHP
- Homepage: https://item8.io/
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Description
General code style for All projects
## Global install in your vagrant
```sh
sudo composer global require item8/codestyle
```## PhpStorm Example Config
**PHP MD**
* Mess Detector Config - https://yadi.sk/i/08QbtfCP3Nf8Ez
* Inspections - https://yadi.sk/i/o1gL0iN23Nf6pX```sh
/home/vagrant/.composer/vendor/bin/phpmd
/home/vagrant/.composer/vendor/item8/codestyle/src/phpmd/item8.xml
```#### PHP CS
* Code Sniffer Config - https://yadi.sk/i/t-eXjVZ_3Nf7sH
* Inspections - https://yadi.sk/i/33h_B6uq3Nf7NP```sh
/home/vagrant/.composer/vendor/bin/phpcs
/home/vagrant/.composer/vendor/item8/codestyle/src/phpcs/item8/ruleset.xml
```