PHPackages                             gsaulmon/laravel-facade-dump - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. gsaulmon/laravel-facade-dump

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

gsaulmon/laravel-facade-dump
============================

Creates a JSON dump of Laravel's Facade structure. Meant for generating up to date cheat sheets

016PHP

Since Dec 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/gsaulmon/laravel-facade-dump)[ Packagist](https://packagist.org/packages/gsaulmon/laravel-facade-dump)[ RSS](/packages/gsaulmon-laravel-facade-dump/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Facade Dump Generator
-----------------------------

[](#laravel-facade-dump-generator)

Create a json dump of Laravel's Facade structure. Meant for having an auto updated cheat sheet

Require this package in your composer.json and run composer update:

```
"gsaulmon/laravel-facade-dump": "dev-master"

```

After updating composer, add the ServiceProvider to the providers array in app/config/app.php

```
'Gsaulmon\LaravelFacadeDump\FacadeDumpServiceProvider',

```

You can now create the json dump

```
php artisan facade-dump

```

Note: bootstrap/compiled.php has to be cleared first, so run `php artisan clear-compiled` before generating (and `php artisan optimize` after..)

You can also publish the config-file to change implementations (ie. interface to specific class) or add an override

```
php artisan config:publish gsaulmon/laravel-facade-dump

```

 was used as the base for this module &amp; I highly recommend it for IDE auto-completion.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c176938581f327c02e463f1373dc1e11887dbdd96f8489122183f97500828fd5?d=identicon)[gsaulmon](/maintainers/gsaulmon)

---

Top Contributors

[![gsaulmon](https://avatars.githubusercontent.com/u/730440?v=4)](https://github.com/gsaulmon "gsaulmon (2 commits)")

### Embed Badge

![Health badge](/badges/gsaulmon-laravel-facade-dump/health.svg)

```
[![Health](https://phpackages.com/badges/gsaulmon-laravel-facade-dump/health.svg)](https://phpackages.com/packages/gsaulmon-laravel-facade-dump)
```

###  Alternatives

[sylvainjule/code-editor

Code editor field for Kirby 3, 4 and 5

377.4k](/packages/sylvainjule-code-editor)[runelaenen/sw6-redirects

Redirect plugin for Shopware 6

2511.2k](/packages/runelaenen-sw6-redirects)[jiaxincui/hashid

Laravel ID Encrypt Helper

2410.8k](/packages/jiaxincui-hashid)[bicpi/html-converter

HTML-to-Text converter library

1120.7k1](/packages/bicpi-html-converter)[williarin/cook

Composer plugin to execute recipes embedded in packages

252.1k3](/packages/williarin-cook)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
