|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nilportugues/sql-query-formatter | 0.81 | Lightweight PHP SQL formatter that turns messy, computer-generated queries into clean, human-readable plain text. Preserves data-binding placeholders like :variable and ? while reformatting, making SQL easier to read and debug without adding colors or markup. | 38 | 39 | 8 | 22K | 1 | 2.0 | 37.9 | MIT | 10 years ago | |
| dragon-code/pretty-array | 0.80 | Framework-agnostic PHP utility to export arrays into a readable, pretty PHP representation. Preserves numeric keys correctly (unlike symfony/var-exporter), making it ideal for generated config/translation files and other array dumps you want to commit or inspect. | 17 | 17 | 1 | 427K | 0 | 8.5 | 55.3 | MIT | 1 year ago | |
| spatie/laravel-sql-commenter | 0.80 | Adds sqlcommenter-style comments to Laravel database queries, embedding context like controller and action. Makes it easy to trace slow or problematic SQL back to the exact code path, and works with tools like PlanetScale Query Insights. | 194 | 195 | 13 | 72K | 0 | 16.1 | 38.8 | MIT | 6 months ago | |
| jfcherng/php-diff | 0.79 | Generate diffs between two strings with multiple renderers: context, unified, JSON, and rich HTML views (combined, inline, side-by-side). Includes helper CSS for HTML output. Requires PHP 8.3+ and ext-iconv; install via Composer. | 483 | 487 | 48 | 238K | 5 | 32.4 | 44.2 | BSD-3-Clause | 2 months ago | |
| acseo/sql-server-bundle | 0.78 | Symfony bundle that adds SQL Server datatype conversions for Doctrine ORM/DBAL. Provides custom types for string, text and datetime, plus a driver class and a Composer post-install script to register the pdo_dblib driver for Doctrine DriverManager. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| doctrine/sql-formatter | 0.78 | Formats SQL queries into readable, consistently indented output. Helps debug logs, review generated SQL, and improve diffs by standardizing whitespace and keywords. Supports multiple SQL dialect features and runs as a lightweight PHP library. | 1,865 | 1,876 | 29 | 5M | 9 | 27.2 | 56.2 | MIT | 7 months ago | |
| atlas/statement | 0.78 | Atlas.Statement provides portable SQL statement builders for MySQL, PostgreSQL, SQLite, and SQL Server. Connection-independent and works well with PDO, Atlas.Query, and Atlas.Pdo to build queries safely and consistently across databases. | 3 | 3 | 4 | 986 | 1 | 1.5 | 33.1 | MIT | 1 year ago | |
| tpetry/laravel-query-expressions | 0.78 | Add powerful SQL expression support to Laravel’s query builder. Compose reusable, type-safe expressions for functions, casts, JSON ops, windows, and more, with clean syntax and cross-database compatibility—ideal for advanced filtering, sorting, and computed columns. | 359 | 361 | 29 | 56K | 1 | 2.9 | 30.2 | MIT | — | |
| aitradeinc/php-sql-parser | 0.77 | A PHP SQL parser library for analyzing SQL strings. Parse queries into structured data (AST/array) you can inspect, validate, rewrite, or use for tooling like linters, query builders, or migration helpers. Lightweight package for PHP applications. | 0 | 0 | 1 | 0 | 0 | 0.9 | — | MIT | 5 years ago | |
| nilportugues/php_backslasher | 0.75 | CLI tool that scans PHP code and prefixes internal functions/constants (plus true/false/null) with a leading backslash for faster resolution, especially with OPcache. Run php bin/php_backslasher fix to update a directory. | 88 | 88 | 5 | 80 | 0 | 4.2 | 3.9 | MIT | 6 years ago | |
| php-di/php-di | 0.64 | PHP-DI is a practical, powerful, framework-agnostic dependency injection container for PHP. It helps manage services and wiring with autowiring and flexible configuration, making applications easier to build, test, and maintain across any framework. | 2,773 | 2,852 | 320 | 3M | 56 | 49.1 | 61.8 | MIT | 1 year ago |
How can I help you explore Laravel packages today?