Download the PHP package lcapps/php-code-style without Composer
On this page you can find all versions of the php package lcapps/php-code-style. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lcapps/php-code-style
More information about lcapps/php-code-style
Files in lcapps/php-code-style
Download lcapps/php-code-style
More information about lcapps/php-code-style
Files in lcapps/php-code-style
Vendor lcapps
Package php-code-style
Short Description PHP Code Style for LCApps
License GPL-3.0-or-later
Package php-code-style
Short Description PHP Code Style for LCApps
License GPL-3.0-or-later
Keywords Code style
Please rate this library. Is it a good library?
Informations about the package php-code-style
LCApps ECS Configuration
How to use this repository
-
Install the dependency:
composer req --dev lcapps/php-code-style
- Create ecs.php in your project root directory with the following content:
use LCApps\CodeStyle\CodeStyleSets;
use Symplify\EasyCodingStandard\Config\ECSConfig;
return function (ECSConfig $ecsConfig): void {
// Configure your paths
$ecsConfig->paths([
__DIR__ . '/config',
__DIR__ . '/public',
__DIR__ . '/src',
__DIR__ . '/tests',
]);
// If you want to use Symfony rules, uncomment the following line
//$ecsConfig->dynamicSets(['@Symfony']);
$ecsConfig->sets([CodeStyleSets::DEFAULT]);
};
All versions of php-code-style with dependencies
PHP Build Version
Package Version
The package lcapps/php-code-style contains the following files
Loading the files please wait ....