PHPackages                             nizerin/swoole-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. [Framework](/categories/framework)
4. /
5. nizerin/swoole-ide-helper

ActiveLibrary[Framework](/categories/framework)

nizerin/swoole-ide-helper
=========================

IDE helper for PHP framework and Swoole

1.0.0(6y ago)01031Apache-2.0PHP

Since Oct 8Pushed 6y agoCompare

[ Source](https://github.com/PHP-OPEN-HUB/swoole-ide-helper)[ Packagist](https://packagist.org/packages/nizerin/swoole-ide-helper)[ RSS](/packages/nizerin-swoole-ide-helper/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Swoole IDE Helper
=================

[](#swoole-ide-helper)

[![Latest Stable Version](https://camo.githubusercontent.com/dfa86d464ea365637e26e046fa1690bd79ca35f0557dcca7fc3923b78141ad77/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e697a6572696e2f73776f6f6c652d6964652d68656c7065722e737667)](https://packagist.org/packages/nizerin/swoole-ide-helper)[![Packagist](https://camo.githubusercontent.com/d7b35ff298d5638deb7e2122a96ce61da8bad01cb6b4a496ba4c8d07ae9172b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e697a6572696e2f73776f6f6c652d6964652d68656c706572)](https://packagist.org/packages/nizerin/swoole-ide-helper)

Add IDE helper for the **swoole** extension, forked from [swoole/ide-helper](https://github.com/swoole/ide-helper)

> `nizerin/swoole-ide-helper` keep the same version of **swoole**

Diff With swoole/ide-helper
---------------------------

[](#diff-with-swooleide-helper)

Different from the source repository: variable types are added to most method parameters for easy reference.

Old：

```
/**
 * @param $fd
 * @param $data
 * @param $opcode
 * @param $finish
 * @return mixed
 */
public function push($fd, $data, $opcode = null, $finish = null){}
```

**Now**:

```
/**
 * @param int $fd
 * @param mixed $data
 * @param int $opcode
 * @param bool $finish
 * @return mixed
 */
public function push(int $fd, $data, int $opcode = null, bool $finish = null){}
```

Install
-------

[](#install)

You can add it by `composer`:

```
composer require --dev nizerin/swoole-ide-helper

# use latest code
composer require --dev nizerin/swoole-ide-helper@dev-master
```

Build
-----

[](#build)

You can regenerate it locally. Of course, you must ensure that the `swoole` extension is already installed.

```
php dump.php
```

LICENSE
-------

[](#license)

See [LICENSE](LICENSE)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2409d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/573fcf255345bc64772d2c61b862bd91ff59089560d78094eb218a4df1d72e35?d=identicon)[nizerin](/maintainers/nizerin)

---

Tags

phpframeworkswooleide-helper

### Embed Badge

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

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

###  Alternatives

[hypervel/framework

The Hypervel framework.

1012.1k6](/packages/hypervel-framework)[mzh/hyperf-validate

hyperf-validate 支持request 和方法场景验证，兼容tp5写法 支持控制器注解验证、方法注解验证

202.9k1](/packages/mzh-hyperf-validate)

PHPackages © 2026

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