faizanjaliyawala/milople-coding-standard

There is no license information available for the latest version (1.0.0) of this package.

Custom Coding Standard for Magento 2 Extensions Made by Milople

1.0.0 2024-09-19 07:02 UTC

This package is not auto-updated.

Last update: 2025-03-21 07:47:09 UTC


README

A set of PHP_CodeSniffer rules for Extensions developed for Milople Technologies.

Installation within a Magento 2 site

To use within your Magento 2 project you can use:

composer require --dev faizanjaliyawala/milople-coding-standard

Verify installation

Command should return the list of installed coding standards including MCS.

vendor/bin/phpcs -i

Usage

Once installed, you can run phpcs from the command-line to analyze your code MyAwesomeExtension

vendor/bin/phpcs --standard=MCS app/code/Milople/MyAwesomeExtension