idiosyncratic/editorconfig
PHP implementation of EditorConfig. Load .editorconfig rules via Composer and query settings for a given file path. Returns matching declarations as an array or prints the resolved config, making it easy to enforce consistent coding style across projects.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| editorconfig-checker/editorconfig-checker | 0.82 | CLI tool to validate files against your .editorconfig rules. Scan projects and report formatting issues (indentation, line endings, charset, trailing whitespace, final newline). Ideal for CI pipelines and keeping code style consistent across teams. | 74 | 74 | 17 | 26K | 3 | 30.9 | 43.1 | MIT | 1 year ago | |
| armin/editorconfig-cli | 0.82 | PHP CLI tool (ec) to validate and auto-fix project files against your .editorconfig rules. Enforce consistent formatting in local workflows and CI: EOL, final newline, trailing whitespace, indentation (tabs/spaces, size), plus checks for charset and max line length. | 22 | 21 | 5 | 37K | 4 | 29.3 | 54.0 | MIT | 4 months ago | |
| eliashaeussler/php-cs-fixer-config | 0.81 | Reusable PHP-CS-Fixer config package by Elias Häussler. Provides a ready-to-use ruleset and sensible defaults to keep PHP code style consistent across projects, with easy installation and quick integration into existing fixer setups. | 2 | 2 | 0 | 15K | 1 | 24.9 | 60.3 | GPL-3.0 | 3 months ago | |
| beste/php-cs-fixer-config | 0.79 | Shared PHP-CS-Fixer configuration package providing a consistent, reusable code style setup across projects. Centralizes fixer rules and presets, making it easy to enforce formatting standards in CI and keep multiple codebases aligned with minimal per-project config. | 0 | 0 | 0 | 27 | 0 | 22.4 | 23.5 | MIT | 2 years ago | |
| cerdic/css-tidy | 0.78 | CSSTidy is a PHP CSS parser and minifier with full CSS3 support. Optimizes and fixes styles without regex for higher reliability. Includes web UI, core parser class, and a standalone CLI (pcsstidy). | 209 | 210 | 62 | 32K | 2 | 3.6 | 31.3 | LGPL-2.1 | — | |
| consolidation/config | 0.77 | Lightweight configuration library for PHP. Load and merge settings from multiple files and formats with a simple API, making it easy to manage app config across environments and projects. Often used as a standalone component in larger toolchains. | 169 | 170 | 18 | 1M | 9 | 3.9 | 54.8 | NOASSERTION | — | |
| idiosyncratic/coding-standard | 0.65 | Idiosyncratic coding standard for all Idiosyncratic Projects, based on Doctrine Coding Standard. Adds @public-read-only for private properties exposed as read-only (e.g., via __get) and disables alignment of equals signs in assignments. | 0 | 0 | 0 | 6 | 0 | 0.0 | 11.7 | — | — | |
| league/config | 0.62 | Define and validate nested PHP configuration with strict schemas (via Nette Schema). Merge multiple config sources, apply defaults, enforce types/constraints, and read values using convenient dot notation. Ideal for robust, structured app and library config. | 564 | 573 | 19 | 9M | 0 | 25.3 | 65.9 | BSD-3-Clause | 3 years ago | |
| hassankhan/config | 0.62 | Lightweight PHP config loader (PHP 7.4+) for files or strings. Supports PHP, INI, XML, JSON, YAML (via Symfony Yaml), Properties and serialized formats. Load single/multiple files or directories, optional files, and get/set values with simple API. | 975 | 1,024 | 134 | 86K | 16 | 37.6 | 41.1 | MIT | 1 year ago |
How can I help you explore Laravel packages today?