PHPackages                             nauvalazhar/facade-please - 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. [Framework](/categories/framework)
4. /
5. nauvalazhar/facade-please

ActiveLibrary[Framework](/categories/framework)

nauvalazhar/facade-please
=========================

Laravel 5 Facade Generator

0.2.0(8y ago)25642MITPHPPHP &gt;=5.6.0

Since Aug 31Pushed 8y ago2 watchersCompare

[ Source](https://github.com/nauvalazhar/facade-please)[ Packagist](https://packagist.org/packages/nauvalazhar/facade-please)[ RSS](/packages/nauvalazhar-facade-please/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Facade, please!
===============

[](#facade-please)

Sometimes you want to create a facade for globally accessible method, but you don't like doing it because you have to take a few steps. Facade, please! is a laravel package to solve your problem, just one command and your facade is ready to use!

Requirements
============

[](#requirements)

- PHP &gt;= 5.6.\*
- Laravel 5

Installation
============

[](#installation)

```
composer require nauvalazhar/facade-please

```

Add to `config/app.php`

```
'providers' => [
  ...
  Nauvalazhar\FacadePlease\FacadePleaseServiceProvider::class,

```

Usage
=====

[](#usage)

### Usage List

[](#usage-list)

```
php artisan facade usage

```

### Create

[](#create)

```
php artisan facade:please YourFacade

```

The Generated facade will be stored in the `app/MyFacades` folder by default, but you can change the destination folder in the `config/facadeplease.php` file. Before doing that, you need to do [this step](#configuration).

### Delete

[](#delete)

```
php artisan facade:delete YourFacade

```

### List All Facades

[](#list-all-facades)

```
php artisan facade:list

```

### Get Facade Information

[](#get-facade-information)

```
php artisan facade:diag YourFacade [--methods] [--public] [--private]

```

### Configuration

[](#configuration)

```
php artisan vendor:publish --tag=facadeplease

```

Changelogs
==========

[](#changelogs)

```
0.2.0 - Hope you love this
-----
New
---
- Optional argument for command: php artisan facade
- Automatically adds a comma at the end of the provider array element and aliases array in `config/app.php`
- Added a new command to list all facades
- Added a new command to diagnose the facade
- Added new command for usage

Changes
-------
- Add 'require' in composer.json
- Some changes to the 'php artisan facade' command
- Some changes to the 'php artisan facade:delete' command

0.1.1 - Initial release
-----
Fix
---
- fix Composer.json

0.1.0 - First release (Don't use this)
- First commit

```

Credits
=======

[](#credits)

Thanks to [@rizalio](https://github.com/rizalio) for any help!

License
=======

[](#license)

MIT License

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3224d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14899175?v=4)[nauvalazhar](/maintainers/nauvalazhar)[@nauvalazhar](https://github.com/nauvalazhar)

---

Top Contributors

[![nauvalazhar](https://avatars.githubusercontent.com/u/14899175?v=4)](https://github.com/nauvalazhar "nauvalazhar (16 commits)")

---

Tags

facadelaravelphpphp-frameworkgeneratorfacade

### Embed Badge

![Health badge](/badges/nauvalazhar-facade-please/health.svg)

```
[![Health](https://phpackages.com/badges/nauvalazhar-facade-please/health.svg)](https://phpackages.com/packages/nauvalazhar-facade-please)
```

###  Alternatives

[artem-schander/l5-modular

Modular pattern generator for Laravel

217239.7k](/packages/artem-schander-l5-modular)[atnic/laravel-generator

Generator for Laravel Framework.

151.7k1](/packages/atnic-laravel-generator)

PHPackages © 2026

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