PHPackages                             flawlol/facade-ide-helper - 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. flawlol/facade-ide-helper

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

flawlol/facade-ide-helper
=========================

IDE Helper for flawlol/facade package

v1.1.5(1y ago)022MITPHPPHP &gt;=8.1

Since Aug 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/flawlol/symfony-facade-ide-helper)[ Packagist](https://packagist.org/packages/flawlol/facade-ide-helper)[ RSS](/packages/flawlol-facade-ide-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (18)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5f941023d69c0a946b48648e48773bbd1bc9401dc2310747fef8c5feefbec684/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c61776c6f6c2f73796d666f6e792d6661636164652d6964652d68656c7065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/flawlol/symfony-facade-ide-helper/?branch=main)[![Build Status](https://camo.githubusercontent.com/eef7b2371153835d37fe92ee7cf0cc1b01f64eeaa766cb8d8d4d6c88c7d7290a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c61776c6f6c2f73796d666f6e792d6661636164652d6964652d68656c7065722f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/flawlol/symfony-facade-ide-helper/build-status/main)[![Code Intelligence Status](https://camo.githubusercontent.com/deae47f4bb8faaca889cb94edd0cef41858eeaeb5d37fdb67c6ff189b4d42092/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c61776c6f6c2f73796d666f6e792d6661636164652d6964652d68656c7065722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d61696e)](https://scrutinizer-ci.com/code-intelligence)[![StyleCI](https://camo.githubusercontent.com/b5ae4ca2a5df4e26839047f1fc4fcd50f5d0437e1c7d75c0e7c583bef14b080f/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3834373233363037322f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/847236072?branch=main)

[![Latest Stable Version](https://camo.githubusercontent.com/7892f0d0b81cf999d5061021257942cc47121cf26515c3f220bbced737d2240f/68747470733a2f2f706f7365722e707567782e6f72672f666c61776c6f6c2f6661636164652d6964652d68656c7065722f76)](https://packagist.org/packages/flawlol/facade-ide-helper)[![Total Downloads](https://camo.githubusercontent.com/419fe71c8efb5ab36a49114490180e1b81cbbf66e55cf5554950679bfd683421/68747470733a2f2f706f7365722e707567782e6f72672f666c61776c6f6c2f6661636164652d6964652d68656c7065722f646f776e6c6f616473)](https://packagist.org/packages/flawlol/facade-ide-helper)[![Latest Unstable Version](https://camo.githubusercontent.com/2d1c37f10beb95ba92590d178b7ff5b937db509bed8c08e1e5eae14ed27bd2e3/68747470733a2f2f706f7365722e707567782e6f72672f666c61776c6f6c2f6661636164652d6964652d68656c7065722f762f756e737461626c65)](https://packagist.org/packages/flawlol/facade-ide-helper)[![License](https://camo.githubusercontent.com/8508f10f7e384ad44ca745d8a8408d6f0629be7c333c91c9562371aa25a0dde4/68747470733a2f2f706f7365722e707567782e6f72672f666c61776c6f6c2f6661636164652d6964652d68656c7065722f6c6963656e7365)](https://packagist.org/packages/flawlol/facade-ide-helper)[![PHP Version Require](https://camo.githubusercontent.com/37038c565caf6261946f4794893864367215765c1f6ee5877ef599109dc83870/68747470733a2f2f706f7365722e707567782e6f72672f666c61776c6f6c2f6661636164652d6964652d68656c7065722f726571756972652f706870)](https://packagist.org/packages/flawlol/facade-ide-helper)

Flawlol's Symfony - Facade IDE Helper
=====================================

[](#flawlols-symfony---facade-ide-helper)

Generate IDE helper files for facades in Symfony.

Author
------

[](#author)

- name: **Norbert Kecső**
- email: ****

Installation
------------

[](#installation)

To install the package, use Composer: `composer require flawlol/facade-ide-helper`

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Symfony Framework Bundle &gt;=6.4
- flawlol/facade &gt;=1.0

Usage
-----

[](#usage)

To generate the facade helpers, run the following command: `php bin/console app:generate-facade-helpers`

Command
-------

[](#command)

The `app:generate-facade-helpers` command generates a `_ide-helper.php` file with necessary facade mappings.

```
