ixocreate/coding-standard

IXOCREATE Coding Standard

Maintainers

Package info

github.com/ixocreate/coding-standard

pkg:composer/ixocreate/coding-standard

Statistics

Installs: 6 749

Dependents: 98

Suggesters: 0

Stars: 0

Open Issues: 0

3.0.0 2022-05-16 15:32 UTC

This package is auto-updated.

Last update: 2026-02-16 23:44:54 UTC


README

PHP Version License

Installation

Install the package via composer:

composer require ixocreate/coding-standard

Usage

vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --config vendor/ixocreate/coding-standard/.php-cs-fixer.php

For convenience added as composer.json script:

{
    "scripts": {
        "fix-cs": "vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --config vendor/ixocreate/coding-standard/.php_cs"
    }
}
composer fix-cs

Documentation

Learn more about IXOCREATE by reading its Documentation.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

If you discover security vulnerabilities, please address issues directly to opensource@ixocreate.com via e-mail.

License

The MIT License (MIT). Please see LICENSE for more information.