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

ActiveLibrary

nazonohito51/cakephp2-ide-helper
================================

Improve auto-completion for cakephp2

0.2.5(4y ago)9258.7k1MITPHP

Since Aug 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nazonohito51/cakephp2-ide-helper)[ Packagist](https://packagist.org/packages/nazonohito51/cakephp2-ide-helper)[ RSS](/packages/nazonohito51-cakephp2-ide-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (13)Used By (0)

cakephp2-ide-helper
===================

[](#cakephp2-ide-helper)

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

[](#installation)

```
composer global require "nazonohito51/cakephp2-ide-helper"
```

Recommend adding `.gitignore_global` or `.gitignore`.

```
.phpstorm.meta.php
_ide_helper.php

```

Basic Usage
-----------

[](#basic-usage)

### `generate:meta`

[](#generatemeta)

```
path/to/your/vendor/bin/cakephp2-ide-helper generate:meta --app-dir=./app
```

Generate `.phpstorm.meta.php`. [see sample](https://github.com/nazonohito51/cakephp2-ide-helper/blob/master/sample/.phpstorm.meta.php).

### `generate:helper`

[](#generatehelper)

```
path/to/your/vendor/bin/cakephp2-ide-helper generate:helper --app-dir=./app
```

Generate `_ide_helper.php`. [see sample](https://github.com/nazonohito51/cakephp2-ide-helper/blob/master/sample/_ide_helper.php).

### `generate:model`

[](#generatemodel)

```
path/to/your/vendor/bin/cakephp2-ide-helper generate:controller --app-dir=./app --git-root=./
```

Update phpdoc of models, for code complement of behavior methods. If there is duplicate models, this command will be failed. When this case, you need `--ignore` options.

### `generate:controller`

[](#generatecontroller)

```
path/to/your/vendor/bin/cakephp2-ide-helper generate:controller --app-dir=./app --git-root=./
```

Update phpdoc of controller.

### `generate:shell`

[](#generateshell)

```
path/to/your/vendor/bin/cakephp2-ide-helper generate:shell --app-dir=./app --git-root=./
```

Update phpdoc of shell.

```
path/to/your/vendor/bin/cakephp2-ide-helper generate:model --app-dir=./app --git-root=./ --ignore=Model/SomeDuplicateClass.php
```

TODO
----

[](#todo)

- read actsAs from Model
- read public methods from Behavior
- update phpdoc on Model with diff(use str\_replace)
- analyze return type of Behavior
- deprecate Behavior method by model extends graph
- consider git manage files
- skip update model when phpdoc is empty
- ClassRegistry argument helper
- Fabricate argument helper
- fixtures argument helper(phpstorm meta)
- model property in controller
- getDataSource
- Model::find('first', 'count' ...)
- Model::find('', \['condition'...\])
- withRead argument
- ignore unload behavior
- disable behavior extend
- Controller/Shell uses property
- Consider Behavior extends
- ignore abstract behavior, or assign abstract keyword
- consider about duplicate behaviors

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Recently: every ~163 days

Total

12

Last Release

1782d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/532a77dad4d5cddde332e8a579607c87c9b38d314f21912bbbf19699757ed5d6?d=identicon)[nazonohito51](/maintainers/nazonohito51)

---

Top Contributors

[![nazonohito51](https://avatars.githubusercontent.com/u/7877772?v=4)](https://github.com/nazonohito51 "nazonohito51 (130 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M1.9k](/packages/behat-behat)[maglnet/composer-require-checker

CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package

99810.9M670](/packages/maglnet-composer-require-checker)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)

PHPackages © 2026

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