idiosyncratic/coding-standard
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| unleashedtech/php-coding-standard | 0.88 | Opinionated PHP coding standard by Unleashed Tech, built on PHP-CS-Fixer rules and presets to keep code style consistent across projects. Easy to install via Composer and integrate into CI for automated linting and formatting. | 0 | 1 | 0 | 754 | 0 | 0.0 | 39.8 | NOASSERTION | — | |
| wyrihaximus/coding-standard | 0.88 | PHP coding standard package for consistent formatting and style in PHP projects. Provides ready-to-use rulesets and configuration to streamline linting, code style checks, and enforcement across teams and CI pipelines. | 0 | 0 | 0 | 49K | 1 | 29.1 | 65.0 | MIT | 2 months ago | |
| dealerdirect/phpcodesniffer-composer-installer | 0.87 | Composer installer plugin that automatically discovers and installs PHP_CodeSniffer coding standards (rulesets) from Composer packages. It configures PHPCS installed_paths for you, avoiding manual symlinks and configuration. Supports PHPCS 3/4 and Composer 2.2+. | 596 | 603 | 39 | 4M | 8 | 34.0 | 66.3 | MIT | 4 months ago | |
| sebastian/complexity | 0.84 | Compute code complexity metrics for PHP units (functions, methods, classes). sebastian/complexity provides programmatic analysis useful for static analysis tools, quality gates, and CI reporting; install via Composer for project or dev-only use. | 1,252 | 1,255 | 10 | 12M | 1 | 27.6 | 64.7 | BSD-3-Clause | 2 months ago | |
| phpcsstandards/phpcsdevcs | 0.84 | Opinionated PHP_CodeSniffer rules and tooling for consistent, modern PHP codebases. Includes custom standards and configs aimed at improving readability, preventing common pitfalls, and keeping teams aligned with automated linting in CI and local development. | 9 | — | 1 | — | 4 | 21.1 | 0.9 | LGPL-3.0 | 4 months ago | |
| doctrine/coding-standard | 0.82 | Doctrine Coding Standard provides a shared PHP_CodeSniffer ruleset used across Doctrine projects. Based heavily on Slevomat, it helps enforce consistent formatting, naming, and best practices in PHP codebases via an easy-to-install package. | 319 | 322 | 49 | 354K | 5 | 33.5 | 54.0 | MIT | 6 months ago | |
| lcobucci/coding-standard | 0.81 | lcobucci/coding-standard provides a PHP_CodeSniffer ruleset based on Doctrine’s coding standard, with a few tweaks. Use it to enforce consistent code style and best practices across PHP projects via phpcs in CI and local development. | 6 | 6 | 2 | 4K | 1 | 24.8 | 44.5 | MIT | 5 months ago | |
| symplify/easy-testing | 0.80 | Utilities for easier PHP unit testing, focused on writing cleaner tests with less boilerplate. Provides helpers and base test cases commonly used in Symplify tools to streamline assertions, fixture handling, and test setup across projects. | 41 | 42 | 3 | 29K | 0 | 0.1 | 27.7 | MIT | — | |
| phpcsstandards/phpcsutils | 0.79 | Utilities and helper classes for building and maintaining PHP_CodeSniffer (PHPCS) standards and sniffs. Provides common abstractions and compatibility helpers to simplify writing custom rulesets and speed up development of consistent coding standards. | 62 | 62 | 7 | 2M | 25 | 35.4 | 75.3 | LGPL-3.0 | 4 months ago | |
| opis/uri | 0.79 | Build, parse, and validate URIs and URI templates with Opis URI. A lightweight PHP library for working with RFC-compliant URI components, assembling URLs, and verifying formats in PHP 7.4+ and 8.x projects. | 16 | 17 | 5 | 1M | 0 | 20.6 | 65.0 | Apache-2.0 | 4 years ago | |
| discord-php-helpers/collection | 0.79 | Laravel-inspired collection library for DiscordPHP. Provides a fluent, chainable API for working with arrays and DiscordPHP data—filtering, mapping, sorting, grouping, and more. Install via Composer and use as a lightweight helper in your bot projects. | 0 | 0 | 0 | 4K | 0 | 20.6 | 59.1 | MIT | 1 month ago | |
| php-standard-library/php-standard-library | 0.79 | PSL is a modern standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers consistent, well-typed APIs for async, collections, I/O, networking, crypto, terminal UI, and more—safer alternatives to built-ins with predictable errors and async-ready design. | 1,513 | 1,512 | 83 | 63K | 19 | 44.7 | 34.2 | MIT | 2 weeks ago | |
| yooper/stop-words | 0.79 | Collection of stop-word lists gathered from public sources for filtering text in multiple languages. Includes one-word-per-line files and welcomes contributions and validation ideas to improve stop-word quality. | 14 | 14 | 9 | 7K | 1 | 21.0 | 43.2 | Apache-2.0 | 8 years ago | |
| phlak/coding-standards | 0.78 | Predefined PHP-CS-Fixer coding standards by PHLAK. Install as a dev dependency, initialize via composer exec cs init or create a config using ConfigFactory with a Finder, then run php-cs-fixer. Supports adding or overriding rules via ConfigFactory::make(). | 2 | 2 | 0 | 734 | 0 | 22.5 | 38.8 | MIT | 1 month ago | |
| nette/schema | 0.62 | nette/schema is a small PHP library for validating and normalizing structured data. Define schemas for arrays, configuration, and user input with type checks, defaults, required fields, ranges, and clear error messages—ideal for safe config loading. | 1,003 | 1,008 | 29 | 10M | 8 | 33.0 | 68.1 | NOASSERTION | 1 month ago | |
| nette/neon | 0.62 | Nette Neon is a human-friendly configuration format for PHP, similar to YAML but simpler and safer. This package provides a fast NEON encoder/decoder with support for comments, multi-line strings, and rich data types, ideal for configs and app settings. | 934 | 939 | 36 | 1M | 1 | 35.0 | 51.9 | NOASSERTION | 3 months ago | |
| swaggest/json-schema | 0.61 | PHP library for JSON Schema (Draft 4/6/7): import schemas, validate JSON data, and define high-level PHP structures with schema-based rules. Supports $ref/definitions, formats, and detailed validation errors for robust data validation. | 486 | 492 | 51 | 318K | 22 | 39.7 | 56.1 | MIT | 1 year ago |
How can I help you explore Laravel packages today?