https://github.com/alt3/chef-phpcs
Chef cookbook for installing PHP CodeSniffer and coding standards
https://github.com/alt3/chef-phpcs
Last synced: about 2 months ago
JSON representation
Chef cookbook for installing PHP CodeSniffer and coding standards
- Host: GitHub
- URL: https://github.com/alt3/chef-phpcs
- Owner: alt3
- License: mit
- Created: 2014-11-20T20:02:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T08:29:56.000Z (over 11 years ago)
- Last Synced: 2025-03-06T11:46:11.693Z (over 1 year ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
phpcs cookbook
===
[](https://travis-ci.org/alt3/chef-phpcs)
Chef cookbook for Composer installing [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) and additional coding standards.
# Supported Platforms
This cookbook has been kitchen-tested against the following platforms:
- ubuntu-14.04
# Depends
- Morphodo [chef-composer](https://github.com/Morphodo/chef-composer) cookbook
# Recipes
## cakebox::default
- Installs latest stable PHP Code Sniffer with CakePHP coding standard
# Contributing
1. Fork it ( https://github.com/alt3/chef-phpcs/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make sure test-kitchen and foodcritic tests pass
4. Commit your changes (`git commit -am 'Adds some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request