spatie/code-outliner
CLI tool to visualize your code structure by generating outline images of files or directories. Overlay multiple files to spot dense or repetitive areas and improve readability. Requires Puppeteer via spatie/browsershot; install globally via Composer.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laramint/laravel-brain | 0.85 | — | 850 | 849 | 47 | 65K | 5 | 28.7 | 33.4 | — | 3 weeks ago | |
| mayflower/php-codebrowser | 0.84 | Static PHP code browser that generates a cross-referenced HTML view of your source tree. Jump to classes, methods, and references, inspect files with syntax highlighting, and ship browsable documentation for audits, reviews, or onboarding. | 134 | 135 | 30 | 7K | 5 | 8.3 | 24.9 | BSD-3-Clause | 2 years ago | |
| joshcirre/instruckt-laravel | 0.84 | — | 173 | 173 | 9 | 6K | 4 | 18.1 | 26.1 | — | 3 months ago | |
| creative-web-solution/svg-graph-bundle | 0.83 | Laravel bundle for generating SVG-based graphs and charts. Provides helpers to build and render scalable, lightweight visuals in your app, suitable for dashboards and reports, with customizable output for embedding in views or exports. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 4 years ago | |
| draw/graphviz | 0.83 | PHP library for generating and rendering Graphviz DOT graphs. Build graphs programmatically, export DOT, and produce images (PNG/SVG/PDF) via the Graphviz CLI, with support for nodes, edges, attributes, and layouts for diagrams and dependency graphs. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| php-stubs/generator | 0.82 | Generate PHP stub files from your codebase for better IDE autocomplete, static analysis, and documentation. php-stubs/generator scans sources and produces lightweight stubs suitable for packages and frameworks, helping consumers get accurate type hints without shipping full sources. | 82 | 82 | 24 | 15K | 3 | 23.8 | 37.1 | MIT | 3 weeks ago | |
| wnx/laravel-stats | 0.82 | — | 1,746 | 1,751 | 84 | 26K | 0 | 33.8 | 18.7 | MIT | 4 months ago | |
| raulfraile/ladybug | 0.82 | Ladybug is an extensible var_dump/print_r replacement for PHP 5.3+ that renders any variable, object, or resource in a clean, readable format. Simple global helper (ladybug_dump) with solid docs and framework integrations. | 436 | 458 | 48 | 1K | 15 | 14.6 | 13.0 | MIT | 10 years ago | |
| spatie/php-type-graph | 0.82 | Build a graph of all PHP types in your project. Analyze classes, interfaces, enums, and their relationships to understand your codebase structure, dependencies, and type usage. Useful for architecture insights, tooling, and visualization (WIP). | 10 | 9 | 4 | 0 | 0 | 0.7 | — | MIT | 2 years ago | |
| barryvdh/laravel-ide-helper | 0.82 | Generates accurate PHPDoc helper files for Laravel to improve IDE autocompletion and type hints. Create _ide_helper.php for facades, add or export model PHPDocs, fluent methods, factory builders, and PhpStorm container metadata—kept in sync with your project. | 14,951 | 15,201 | 1,189 | 3M | 160 | 82.6 | 62.2 | MIT | 4 months ago | |
| czogori/rentgen | 0.82 | Laravel package for generating and validating Rentgen-style identifiers and numbers, with helpers for formatting, checksum calculation, and simple integration into apps. Useful for input validation, data imports, and consistent ID handling. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| bnomei/scip-laravel | 0.82 | — | 0 | 0 | 0 | 249 | 0 | 0.0 | 32.8 | MIT | — | |
| open-southeners/extended-php | 0.81 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 175 | 0 | 13.3 | 32.7 | MIT | 8 months ago | |
| spatie/laravel-package-tools | 0.81 | A base PackageServiceProvider for Laravel package authors. Quickly register and publish config, views, translations, assets, routes, migrations, commands, view components/composers, and install commands—all via a clean, fluent API. | 952 | 961 | 164 | 7M | 0 | 35.9 | 61.6 | MIT | 2 months ago | |
| purwantoid/package-generator | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 8.4 | — | — | 7 months ago | |
| open-southeners/extended-laravel | 0.81 | Adds handy Laravel extensions and helper utilities to streamline common tasks and reduce boilerplate. Designed as a lightweight add-on for projects needing extra convenience features beyond the core framework, with simple installation and integration. | 0 | 0 | 0 | 98 | 0 | 19.8 | 32.0 | MIT | 3 months ago | |
| spatie/browsershot | 0.80 | Convert web pages or HTML to images and PDFs using headless Chrome via Puppeteer. Capture screenshots, generate PDFs, render JS, extract body HTML, and inspect network requests. Simple fluent API for URLs, raw HTML, or local HTML files. | 5,238 | 5,295 | 509 | 2M | 0 | 66.8 | 39.4 | MIT | 1 month ago | |
| backtheweb/laravel-package-maker | 0.79 | Laravel Package Maker helps scaffold Laravel packages quickly by generating a ready-to-publish structure, boilerplate classes, config, service provider, tests, and composer setup. Ideal for jumpstarting reusable components and standardizing package creation. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| murtukov/php-code-generator | 0.76 | PHPCodeGenerator generates PHP 7.4 source code via a fluent API. Build files with namespaces and imports, create classes/interfaces/traits/enums, methods/functions/closures, control structures, arrays, literals, comments, and configure global formatting options. | 27 | 27 | 4 | 151K | 5 | 4.2 | 54.3 | MIT | 5 years ago | |
| artisanpack-ui/code-style | 0.76 | 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 | 515 | 18 | 25.8 | 49.6 | MIT | 1 month ago |
How can I help you explore Laravel packages today?