jpswade/laravel-best-practices
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| artisanpack-ui/code-style | 0.89 | Custom PHP_CodeSniffer standard based on PhpStorm settings. Enforces consistent formatting, structure, naming, security and best practices via 16+ custom sniffs. Install with Composer and run via phpcs.xml or --standard=ArtisanPackUIStandard. | 0 | 0 | 0 | 839 | 18 | 24.6 | 52.5 | MIT | 2 months ago | |
| dualmedia/common | 0.87 | Shared interfaces and reusable logic for DualMedia packages. Typically installed as an internal dependency rather than directly. Provides common contracts and helpers used across the DualMedia ecosystem. | 0 | 0 | 1 | 66 | 0 | 10.7 | 27.1 | MIT | 6 months ago | |
| aanyszek/laravel-dev-helpers | 0.86 | — | 0 | 0 | 0 | 101 | 0 | 0.0 | 27.7 | — | — | |
| laravel/laravel | 0.86 | Laravel is a PHP web application framework with expressive syntax and batteries-included tooling: fast routing, DI container, Eloquent ORM, migrations, queues, caching/sessions, and real-time broadcasting—built to scale from small apps to large systems. | 84,759 | 85,479 | 24,896 | 654K | 0 | 68.0 | 14.9 | — | 2 months ago | |
| nunomaduro/essentials | 0.86 | — | 1,234 | 1,232 | 76 | 112K | 3 | 22.4 | 32.2 | MIT | 5 months ago | |
| laravel/boost | 0.86 | Laravel Boost accelerates AI-assisted Laravel development by supplying the context, conventions, and structure AI needs to generate high-quality, framework-specific code and suggestions, helping teams build faster while staying aligned with Laravel best practices. | 3,554 | 3,536 | 354 | 4M | 20 | 69.8 | 62.4 | MIT | 1 day ago | |
| dontdrinkandroot/common | 0.86 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| chameleon-system/code-style-config | 0.86 | Shared code style configuration for the Chameleon System PHP/Laravel ecosystem. Provides standardized formatting and linting rules (e.g., PHP-CS-Fixer/Pint setups) to keep multiple projects consistent, reduce review noise, and enforce team conventions. | 1 | 1 | 0 | 70 | 0 | 0.0 | 21.5 | — | — | |
| 21torr/janus | 0.86 | 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 | |
| devanoxltd/core | 0.85 | Core utilities for Laravel projects: module support, shared helpers, and license verification. Includes a service provider and publishable core.php config. Built primarily for Devanox Private Limited applications. | 0 | 0 | 0 | 0 | 0 | 20.2 | — | NOASSERTION | 1 week ago | |
| codeages/biz-framework | 0.85 | Biz Framework is a lightweight PHP service-layer framework with a container and core building blocks like config, DB connections/migrations, cache, DAO/service patterns, events, validation, logging, and exceptions—aimed at structuring business logic cleanly. | 67 | 68 | 35 | 92 | 3 | 9.9 | 5.5 | MIT | 7 years ago | |
| neuecommerce/coding-standards | 0.85 | Opinionated PHP coding standards for projects using Laravel Pint. Provides a ready-to-use Pint configuration and consistent formatting rules to keep code style uniform across teams and repositories. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| nyoncode/laravel-package-toolkit | 0.85 | Toolkit for building Laravel packages with less boilerplate: configure routes, migrations, translations, views/components, middleware, assets and commands. Includes install/about commands, publishing options, lifecycle hooks, and package-specific exception handling. | 0 | 0 | 0 | 3K | 0 | 22.6 | 55.8 | MIT | 2 weeks ago | |
| eloquent/code-style | 0.85 | — | 0 | 0 | 0 | 10 | 0 | 0.8 | 13.8 | MIT | 3 years ago | |
| ctrl-f5/ctrl-common | 0.85 | Shared utilities and helpers for the Ctrl-F5 ecosystem: common PHP/Laravel components, small abstractions, and reusable support code used across multiple packages and apps. Intended as a lightweight foundation dependency. | 0 | 0 | 0 | 0 | 0 | 0.0 | 6.6 | — | — | |
| artisanpack-ui/hooks | 0.85 | WordPress-style actions and filters for Laravel. Register callbacks on named hooks and filter values with helper functions, Facades, and Blade directives. Predictable priority order, auto-discovery, and support for removing specific or all callbacks. | 0 | 0 | 0 | 469 | 3 | 22.0 | 43.7 | MIT | 2 weeks ago | |
| cyberpunkcodes/laravel-menu-helper | 0.85 | Build dynamic menus in Laravel from config arrays or runtime data. Supports basic and multi-level navs with view components, helpers for active route detection, dropdown/children handling, and easy customization (RBAC, DB-backed items, caching). | 2 | 2 | 0 | 0 | 0 | 0.3 | — | — | 2 years ago | |
| aslan-asilon31/aslan-solid-package | 0.85 | Laravel package showcasing SOLID principles with a clean, modular structure. Provides example abstractions and patterns to organize services, keep dependencies decoupled, and improve maintainability in real-world apps. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| sikessem/laravel-devtools | 0.85 | Laravel DevTools bundles development, debugging, testing, and automation helpers for Laravel. Install via Composer as a dev dependency. Requires PHP 8.3+ (8.3.29+ recommended) and Composer v2+. | 1 | 1 | 0 | 9 | 0 | 7.8 | 8.2 | MIT | 7 months ago | |
| dosfarma/coding-standard | 0.85 | Opinionated PHP/Laravel coding standard and tooling preset for DosFarma projects. Includes rules and configuration for consistent formatting and static analysis across repositories, helping keep code style unified in CI and local development. | 0 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?