# php-library-coding-standard **Repository Path**: mirrors_ramsey/php-library-coding-standard ## Basic Information - **Project Name**: php-library-coding-standard - **Description**: 🧼 A common coding standard for @ramsey's PHP libraries. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A common coding standard for @ramsey's PHP libraries.
## About This is a custom coding standard for [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). It borrows many sniffs from [Slevomat Coding Standard](https://github.com/slevomat/coding-standard) and [PHPCSExtra](https://github.com/PHPCSStandards/PHPCSExtra) and combines them into a single unified, common standard for [@ramsey's](https://github.com/ramsey) PHP libraries. This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating in this project and its community, you are expected to uphold this code. ## Installation Install this package as a development dependency using [Composer](https://getcomposer.org). ``` bash composer require --dev ramsey/coding-standard ``` ## Usage To use this coding standard, add `