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

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

wobqqq/oc-ide-helper
====================

October CMS IDE Helper (extended laravel-ide-helper package)

v1.0.1(8mo ago)0109MITPHPPHP ^7.1 || ^8.0CI failing

Since Apr 5Pushed 8mo ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (3)Used By (0)

IDE Helper Generator for October CMS
====================================

[](#ide-helper-generator-for-october-cms)

**Complete PHPDocs, directly from the source**

This package generates helper files that enable your IDE to provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date. This package extends the [Laravel IDE Helper package](https://github.com/barryvdh/laravel-ide-helper)

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

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

[](#installation)

Require this package with composer using the following command:

```
composer require --dev wobqqq/oc-ide-helper
```

Add the following class to the `providers` array in `config/app.php`:

```
'providers' => array_merge(include(base_path('modules/system/providers.php')), [
    Wobqqq\IdeHelper\IdeHelperServiceProvider::class,
]),
```

Publish the `config/ide-helper.php` configuration file:

```
php artisan vendor:publish --provider="Wobqqq\IdeHelper\IdeHelperServiceProvider" --tag=config
```

If you want, you can change the path to the models in the `config/ide-helper.php` config file:

```
'model_locations' => [
    './plugins/MyPlugins/MyPlugin/models/'
],
```

Usage
-----

[](#usage)

Basic commands:

- PHPDoc generation for Laravel Facades - `php artisan ide-helper:generate`
- PHPDocs for models - `php artisan ide-helper:models`
- PhpStorm Meta file - `php artisan ide-helper:meta`

You can get more information on usage [here](https://github.com/barryvdh/laravel-ide-helper?tab=readme-ov-file#usage).

License
-------

[](#license)

The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~524 days

Total

2

Last Release

243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25f72a1f60c2c20e7e018bd903b5f056e1a55baed68f9d2d4c142f8dc6943dfb?d=identicon)[wobqqq](/maintainers/wobqqq)

---

Top Contributors

[![wobqqq](https://avatars.githubusercontent.com/u/31685258?v=4)](https://github.com/wobqqq "wobqqq (7 commits)")

---

Tags

phpideoctobercms

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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