PHPackages                             digitaldsdev/codestyle - 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. digitaldsdev/codestyle

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

digitaldsdev/codestyle
======================

Codestyle for projects

1.2(1y ago)094[1 issues](https://github.com/digitaldsdev/php_codestyle/issues)proprietaryPHPPHP ^7.4 || ^8.0

Since Dec 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/digitaldsdev/php_codestyle)[ Packagist](https://packagist.org/packages/digitaldsdev/codestyle)[ RSS](/packages/digitaldsdev-codestyle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

DIGITAL-SECTOR CODESTYLE
========================

[](#digital-sector-codestyle)

Codestyle package

Установка
---------

[](#установка)

`composer require --dev digitaldsdev/codestyle`

Работа с продовым окружением
----------------------------

[](#работа-с-продовым-окружением)

Если этот плагин добавлен в composer.json, то на продовых и тестовых площадках рекомендуется устанавливать зависимости composer с флагом --no-dev или --no-plugins

`composer install --no-dev --no-plugins`

Команды
-------

[](#команды)

1. PHP линтер для проверки синтаксических ошибок

```
composer code-style:phplint
```

2. Исправление ошибок код-стайла в директории

```
composer code-style:fix
```

3. Проверка наличия ошибок код-стайла в директории

```
composer code-style:check
```

4. Запуск aнализа phpstan для директории

```
composer code-style:analyze
```

Phpstan
-------

[](#phpstan)

Конфигурация `phpstan.neon` находится в директорию проекта

CS-Fixer
--------

[](#cs-fixer)

Все манипуляции для него задаются через composer.json

```
...
"extra": {
	"code-style": {
		"finder": {
			"excludes": [] # Список директорий, которые будут игнорироваться
		},
		"analyze-path": "" # Базовая директория для работы
	}
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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 ~72 days

Total

5

Last Release

602d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a84334864530b9e2db435eb130e35dad9bbd20ef80bb00ec841e36aa70007c2?d=identicon)[digitaldsdev](/maintainers/digitaldsdev)

### Embed Badge

![Health badge](/badges/digitaldsdev-codestyle/health.svg)

```
[![Health](https://phpackages.com/badges/digitaldsdev-codestyle/health.svg)](https://phpackages.com/packages/digitaldsdev-codestyle)
```

###  Alternatives

[phpro/soap-client

A general purpose SoapClient library

8885.6M46](/packages/phpro-soap-client)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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