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

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

glowieframework/ide-helper
==========================

Glowie plugin for type-hinting models

013PHP

Since Mar 11Pushed 3mo agoCompare

[ Source](https://github.com/glowieframework/ide-helper)[ Packagist](https://packagist.org/packages/glowieframework/ide-helper)[ RSS](/packages/glowieframework-ide-helper/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Glowie IDE Helper
=================

[](#glowie-ide-helper)

This is a developer-tooling plugin for [Glowie Framework](https://github.com/glowieframework/glowie) that automatically generates and updates PHPDoc `@property` annotations for your DB models.

By default, magic properties in PHP models are "invisible" to IDEs like VS Code or PhpStorm. This plugin introspects your database schema, model casts, and relationships to inject accurate DocBlocks directly into your model files.

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

[](#installation)

Install in your Glowie project using Composer:

```
composer require glowieframework/ide-helper
```

Then add the **IdeHelper** class to the `plugins` array in the `app/config/Config.php` file:

```
'plugins' => [
    // ... other plugins here
    \Glowie\Plugins\IdeHelper\IdeHelper::class,
],
```

Usage
-----

[](#usage)

In your Glowie project, run in the terminal:

```
php firefly ide-helper:run
```

Credits
-------

[](#credits)

IDE Helper and Glowie are actively developed by [Gabriel Silva](https://gabrielsilva.dev.br).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance54

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/64693687?v=4)[Gabriel Silva](/maintainers/eugabrielsilva)[@eugabrielsilva](https://github.com/eugabrielsilva)

---

Top Contributors

[![eugabrielsilva](https://avatars.githubusercontent.com/u/64693687?v=4)](https://github.com/eugabrielsilva "eugabrielsilva (6 commits)")

### Embed Badge

![Health badge](/badges/glowieframework-ide-helper/health.svg)

```
[![Health](https://phpackages.com/badges/glowieframework-ide-helper/health.svg)](https://phpackages.com/packages/glowieframework-ide-helper)
```

###  Alternatives

[bmitch/churn-php

Discover files in need of refactoring.

1.4k1.5M12](/packages/bmitch-churn-php)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.1M52](/packages/typo3-cms-recordlist)[mage-os/magento-cache-clean

A faster drop in replacement for bin/magento cache:clean with file watcher

49264.1k2](/packages/mage-os-magento-cache-clean)[appwrite/php-runtimes

Appwrite repository for Cloud Function runtimes that contains the configurations and tests for all of the Appwrite runtime environments.

49227.2k2](/packages/appwrite-php-runtimes)

PHPackages © 2026

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