Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jkribeiro/phphttpcompatibility

PHPHttpCompatibility
https://github.com/jkribeiro/phphttpcompatibility

Last synced: 2 days ago
JSON representation

PHPHttpCompatibility

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`