j13k/yaml-lint
Laravel-friendly YAML linter powered by yamllint. Validate YAML files in your project or CI, catch syntax and style issues early, and fail builds on invalid configuration. Simple command integration for consistent YAML across environments.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c33s/symfony-config-manipulator-bundle | 0.86 | Symfony2 bundle to keep YAML config organized by splitting app/config/config*.yml into section files (framework, doctrine, twig, etc.) and rewriting imports accordingly. Helps declutter large config.yml files and manage per-environment configs cleanly. | 1 | 1 | 2 | 197 | 2 | 0.5 | 27.5 | MIT | — | |
| sweetchuck/lint-report | 0.85 | Laravel package to generate lint reports from your PHP and frontend tooling, suitable for CI pipelines. Aggregates linter outputs into a consistent report format to help track issues across runs and surface results in build artifacts. | 0 | 0 | 1 | 673 | 4 | 4.7 | 40.0 | — | 1 year ago | |
| yiisoft/yii2-coding-standards | 0.85 | Yii 2 coding standards package providing PHP_CodeSniffer ruleset, sniffs, and tooling configs based on PSR-12 with Yii2-specific tweaks. Use it to enforce Yii2 core style in framework development or in existing Yii2 applications. | 182 | 186 | 49 | 45K | 1 | 4.9 | 33.1 | — | 2 years ago | |
| dubiy/yamlok | 0.85 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| achinon/yaml_classer | 0.84 | Symfony bundle that converts YAML config files into generated PHP classes, enabling IDE-friendly, callable access to YAML values. Install via Composer, run a console command to generate a class, then use via DI or instantiate directly. | 0 | 0 | 0 | 80 | 0 | 0.0 | 26.4 | — | — | |
| spatie/yaml-front-matter | 0.84 | Parse YAML front matter from Markdown and similar files. Reads metadata wrapped in --- at the top and returns an object with easy access to fields (via matter() or properties) plus the remaining body content. Ideal for static pages, docs, and blogs. | 346 | 348 | 30 | 101K | 0 | 14.2 | 36.0 | MIT | 8 months ago | |
| mnapoli/front-yaml | 0.83 | — | 285 | 288 | 31 | 33K | 0 | 22.7 | 32.1 | NOASSERTION | 3 months ago | |
| symfony/yaml | 0.82 | Symfony Yaml component for parsing, loading, and dumping YAML documents in PHP. Supports reading YAML files/strings and exporting arrays/objects to YAML with configurable formatting, inline levels, and error handling. Includes comprehensive docs and Symfony integration. | 3,838 | 3,934 | 134 | 15M | 0 | 57.9 | 58.3 | MIT | 1 week ago | |
| sclable/xml-lint | 0.82 | Command-line tool to lint XML files and validate them against referenced XSD schemas. Works on single files or entire directories (optionally recursive), with verbose output, exclusions, and the ability to skip schema validation. Install via Composer and run vendor/bin/xmllint. | 23 | 24 | 10 | 8K | 3 | 6.7 | 37.3 | MIT | 11 months ago | |
| 21torr/janus | 0.81 | Janus PHP provides shared configuration for CI and PHP code style tools, making it easy to standardize linting, formatting, and automation across projects. Includes ready-to-use presets and documentation for quick setup. | 0 | 0 | 0 | 404 | 0 | 23.1 | 41.7 | MIT | 1 month ago | |
| tightenco/tlint | 0.81 | Tighten’s opinionated linter for Laravel and PHP projects. Enforces consistent conventions and catches style issues using preset and custom rules, runnable via CLI or CI. Built on PHP_CodeSniffer with sensible Laravel-focused defaults. | 526 | 526 | 33 | 26K | 2 | 23.7 | 26.9 | MIT | 3 months ago | |
| bupychuk/sensi-yaml-gui-bundle | 0.81 | — | 1 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| jakub-szajna/lint-pack | 0.80 | Laravel package that adds a linter command to the Artisan CLI, helping you run code style and lint checks from the command line during development and CI. Designed to integrate into typical Laravel workflows for quick, repeatable quality checks. | 2 | 3 | 0 | 0 | 0 | 0.3 | — | MIT | 10 years ago | |
| mfn/php-cs-fixer-config | 0.80 | Opinionated PHP-CS-Fixer rule set for v3.11+ from mfn. Designed to be dropped into your own fixer config via Mfn\PhpCsFixer\Config::getRules(). Requires setRiskyAllowed(true). PRs welcome; issues disabled. | 0 | 0 | 0 | 399 | 0 | 17.4 | 40.2 | — | 4 months ago | |
| chiiya/code-style-php | 0.79 | Reusable code style configs for PHP 8.1+ projects, combining PHP-CS-Fixer, EasyCodingStandard (ECS), and Rector. Install via Composer and import the provided rule sets into your tool config files to standardize formatting and refactors. | 0 | 0 | 1 | 592 | 0 | 0.2 | 38.3 | — | — | |
| wayofdev/laravel-package-tpl | 0.76 | — | 11 | 11 | 1 | 0 | 1 | 10.2 | 3.4 | MIT | 2 years ago | |
| stolt/lean-package-validator | 0.64 | CLI tool to validate a project or micro-package for “leanness” by ensuring common repo artifacts are excluded from release archives. Also creates, updates, and reformats .gitattributes export-ignore entries for lean distribution packages. | 18 | 18 | 8 | 1K | 7 | 33.1 | 30.5 | MIT | 2 months ago | |
| cviebrock/eloquent-sluggable | 0.64 | Generate SEO-friendly, unique slugs for Laravel Eloquent models automatically. Configure sources, separators, max length, reserved words, and update behavior; supports soft deletes and route model binding. Includes a SlugService and extensible hooks. | 3,996 | 4,060 | 452 | 235K | 0 | 33.5 | 24.5 | MIT | — | |
| canvural/larastan-strict-rules | 0.63 | Extra strict, opinionated PHPStan rules for Laravel via Larastan. Enforce safer patterns by banning dynamic where methods, facades, and global helpers; prevent validation in controllers; ensure scopes return Eloquent Builder. Enable all at once or toggle rules individually. | 91 | 91 | 6 | 26K | 1 | 9.9 | 34.1 | MIT | 1 year ago | |
| localheinz/composer-normalize | 0.63 | Normalize your composer.json consistently. localheinz/composer-normalize sorts keys, formats lists, and enforces a stable structure to reduce diffs and keep projects tidy. Works well in CI and pre-commit hooks for repeatable results. | 1,115 | 1,118 | 36 | 2K | 12 | 35.3 | 12.9 | MIT | 2 months ago |
How can I help you explore Laravel packages today?