croct/coding-standard

A set of Code Sniffer rules applied to all Croct PHP projects.

Maintainers

Package info

github.com/croct-tech/coding-standard-php

Type:phpcodesniffer-standard

pkg:composer/croct/coding-standard

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 4

0.4.5 2026-05-06 14:38 UTC

This package is auto-updated.

Last update: 2026-06-04 00:30:50 UTC


README

Croct
PHP Coding Standard
A set of Code Sniffer rules applied to all Croct PHP projects.

Language Build License

📦 Releases · 🐞 Report Bug · ✨ Request Feature

Installation

We recommend using the package manager Composer to install the package:

composer require croct/coding-standard

Basic usage

Run the following command to check if the project adheres to the coding standard:

./vendor/bin/phpcs

Contributing

Contributions to the package are always welcome!

  • Report any bugs or issues on the issue tracker.
  • For major changes, please open an issue first to discuss what you would like to change.
  • Please make sure to update tests as appropriate.

Testing

Before running the test suites, the development dependencies must be installed:

composer install

Then, to run all tests:

composer test

License

This library is licensed under the MIT license.