Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkribeiro/phphttpcompatibility
PHPHttpCompatibility
https://github.com/jkribeiro/phphttpcompatibility
Last synced: 2 days ago
JSON representation
PHPHttpCompatibility
- Host: GitHub
- URL: https://github.com/jkribeiro/phphttpcompatibility
- Owner: jkribeiro
- Created: 2015-07-08T20:19:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T12:40:52.000Z (over 9 years ago)
- Last Synced: 2024-11-09T16:04:15.556Z (about 2 months ago)
- Language: PHP
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP PECL HTTP extension Compatibility Sniff for PHP_CodeSniffer
==============================================================This is a sniff for [PHP_CodeSniffer](http://pear.php.net/PHP_CodeSniffer) that checks for PHP PECL HTTP extension compatibility between 1.x and 2.x versions.
Installation
------------* Install [PHP_CodeSniffer](http://pear.php.net/PHP_CodeSniffer) with `pear install PHP_CodeSniffer`.
* Checkout this repository as `PHPHttpCompatibility` into the `PHP/CodeSniffer/Standards` directory.
* Use the coding standard with `phpcs --standard=PHPHttpCompatibility`