PHPackages                             vivek-mistry/facade-maker - 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. vivek-mistry/facade-maker

ActiveLibrary[Framework](/categories/framework)

vivek-mistry/facade-maker
=========================

Laravel package using for creating a new facade and it's structure.

1.0.0(1y ago)3165MITPHPPHP ^8.2||^8.3||^8.4

Since May 3Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/vivek-mistry/facade-maker)[ Packagist](https://packagist.org/packages/vivek-mistry/facade-maker)[ Docs](https://github.com/vivek-mistry/facade-maker)[ RSS](/packages/vivek-mistry-facade-maker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

 [![Laravel Facade Maker](docs/images/facade_maker.png)](docs/images/facade_maker.png)

Laravel Facade Maker
--------------------

[](#laravel-facade-maker)

A Laravel package that helps you to make the Facade &amp; ready the facade structure.

🛠️ Installation
---------------

[](#️-installation)

Install the package via Composer:

```
composer require vivek-mistry/facade-maker
```

How to generate the Facade?
---------------------------

[](#how-to-generate-the-facade)

```
php artisan app:facade-maker

// Ask you for FacadeName and FacadeService
// FacadeName : FileUpload
// FacadeService : CommonFileUpload
```

So using above two files created at app/Facades &amp; app/Facades/Services

- FileUpload.php
- CommonFileUpload.php

Register Your Facades in the AppServiceProvider
-----------------------------------------------

[](#register-your-facades-in-the-appserviceprovider)

```
    $this->app->singleton("commonfileupload", function ($app) {
        return app(CommonFileUpload::class);
    });
```

HOW TO USE IN YOUR CONTROLLER?
------------------------------

[](#how-to-use-in-your-controller)

For example :

```
class UserController extends Controller
{

    public function index($request)
    {
        CommonFileUpload::fileupload($request->file)
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Vivek Mistry](https://github.com/vivek-mistry) - Project creator and maintainer

License
-------

[](#license)

MIT License. See [LICENSE](https://github.com/vivek-mistry/facade-maker/blob/main/LICENSE) for details.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance67

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

371d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6015e635581bd32e06c670be33b2475db0a3b5c62cdf6ba65021365e9ebd19c7?d=identicon)[vivek-mistry](/maintainers/vivek-mistry)

---

Top Contributors

[![vivek-mistry](https://avatars.githubusercontent.com/u/32848578?v=4)](https://github.com/vivek-mistry "vivek-mistry (11 commits)")

---

Tags

phplaravelinterfacefacadelaravel-facadefacade-maker

###  Code Quality

TestsPest

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/vivek-mistry-facade-maker/health.svg)

```
[![Health](https://phpackages.com/badges/vivek-mistry-facade-maker/health.svg)](https://phpackages.com/packages/vivek-mistry-facade-maker)
```

###  Alternatives

[pestphp/pest-plugin-laravel

The Pest Laravel Plugin

22044.1M7.9k](/packages/pestphp-pest-plugin-laravel)[dragon-code/support

Support package is a collection of helpers and tools for any project.

238.7M100](/packages/dragon-code-support)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[gdg-tangier/cloud-pubsub

Google Cloud pub-sub for laravel

5054.9k](/packages/gdg-tangier-cloud-pubsub)[tomatophp/filament-cms

Full CMS System with support of importing integrations and multi meta functions

11410.4k4](/packages/tomatophp-filament-cms)[hypervel/framework

The Hypervel framework.

1012.1k6](/packages/hypervel-framework)

PHPackages © 2026

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