PHPackages                             imanghafoori/laravel-smart-facades - 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. imanghafoori/laravel-smart-facades

ActiveLibrary[Framework](/categories/framework)

imanghafoori/laravel-smart-facades
==================================

Adds some features on the top of laravel facades

v1.0.12(1y ago)137415.3k↓22.8%11[1 issues](https://github.com/imanghafoori1/laravel-smart-facades/issues)7MITPHPPHP &gt;=7.1.3

Since Apr 21Pushed 1y ago3 watchersCompare

[ Source](https://github.com/imanghafoori1/laravel-smart-facades)[ Packagist](https://packagist.org/packages/imanghafoori/laravel-smart-facades)[ Docs](https://github.com/imanghafoori1/laravel-smart-facades)[ RSS](/packages/imanghafoori-laravel-smart-facades/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (15)Used By (7)

🍄 Laravel Smart Facades 🍄
==========================

[](#-laravel-smart-facades-)

 The "Strategy pattern" in Laravel, made easy
----------------------------------------------

[](#-the-strategy-pattern-in-laravel-made-easy---)

###  by adding some features on top of Laravel facades.

[](#-by-adding-some-features-on-top-of-laravel-facades)

Built with ❤️ for every smart Laravel developer

 [![Quality Score](https://camo.githubusercontent.com/beb5ff2a7159240896317581e435a7c54f1fe42f894ae8cfa30d47e314e903c6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f696d616e676861666f6f7269312f6c61726176656c2d736d6172742d666163616465732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/imanghafoori1/laravel-smart-facades)[![Code Quality](https://camo.githubusercontent.com/52e73990c85d0ee8d1dce85f5a133199a04048f8d94712abc593e0541ea34765/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696d616e676861666f6f7269312f6c61726176656c2d736d6172742d666163616465732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/imanghafoori1/laravel-smart-facades/?branch=master)[![Software License](https://camo.githubusercontent.com/7b9d0faf11330a88ea80a58ccf5491f699d5edf7ddac76ad40e2a9dc6a77fd76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d726f756e642d737175617265)](LICENSE.md)[![Check Imports](https://github.com/imanghafoori1/laravel-smart-facades/actions/workflows/check_imports.yml/badge.svg?branch=master)](https://github.com/imanghafoori1/laravel-smart-facades/actions/workflows/check_imports.yml)[![StyleCI](https://camo.githubusercontent.com/75254730c3e9fde80febafe85231e7f354e9f350afe6f804652481e7121d7d5c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3136363633313634332f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/166631643)

🔦 Installation:
---------------

[](#flashlight-installation)

```
composer require imanghafoori/laravel-smart-facades

```

### ⚡️ No need to have getFacadeAccessor()

[](#️-no-need-to-have-getfacadeaccessor)

#### Before:

[](#before)

```
use Illuminate\Support\Facades\Facade;

class MyFacade extends Facade
{
    protected static function getFacadeAccessor() //
