PHPackages                             lcapps/php-code-style - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lcapps/php-code-style

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lcapps/php-code-style
=====================

PHP Code Style for LCApps

1.3.0(2mo ago)03.2k↓50%GPL-3.0-or-laterPHPPHP ^8.3

Since Jan 24Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/lcapps-es/php-code-style)[ Packagist](https://packagist.org/packages/lcapps/php-code-style)[ RSS](/packages/lcapps-php-code-style/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (12)Used By (0)

LCApps ECS Configuration
========================

[](#lcapps-ecs-configuration)

How to use this repository
--------------------------

[](#how-to-use-this-repository)

1. Install the dependency: `composer req --dev lcapps/php-code-style`
2. 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]);

    };
```

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance86

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~77 days

Recently: every ~174 days

Total

11

Last Release

74d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851417037363fab1e945575d242789abcd406b2113ec2c808a11d00db55247c4?d=identicon)[lmmartin](/maintainers/lmmartin)

---

Top Contributors

[![lmmartinb](https://avatars.githubusercontent.com/u/5797376?v=4)](https://github.com/lmmartinb "lmmartinb (11 commits)")

---

Tags

Code style

### Embed Badge

![Health badge](/badges/lcapps-php-code-style/health.svg)

```
[![Health](https://phpackages.com/badges/lcapps-php-code-style/health.svg)](https://phpackages.com/packages/lcapps-php-code-style)
```

###  Alternatives

[typo3/coding-standards

A set of coding guidelines for any TYPO3-related project or extension

662.8M379](/packages/typo3-coding-standards)[malukenho/docheader

A small library to check header docs

68380.8k136](/packages/malukenho-docheader)[jubeki/laravel-code-style

Combine Custom Fixers with the ruleset of Laravel Pint to fix your code style in Laravel Applications/Packages.

56521.7k8](/packages/jubeki-laravel-code-style)[shopsys/coding-standards

Coding standards definition compatible with PSR-2

20269.1k13](/packages/shopsys-coding-standards)[codelytv/coding-style

PHP Coding Style rules we use in Codely

5633.5k8](/packages/codelytv-coding-style)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
