定制 openswoole/ide-helper 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

openswoole/ide-helper

最新稳定版本:22.1.5

Composer 安装命令:

composer require openswoole/ide-helper

包简介

IDE helper for OpenSwoole.

README 文档

README

Latest Stable Version License GitHub stars Twitter

This package contains IDE help files for OpenSwoole. You may use it in your IDE to provide accurate autocompletion.

Install

You can add this package to your project using Composer:

# v22.x
composer require openswoole/ide-helper:~22.0.1
# v4.x
composer require openswoole/ide-helper:~4.11.6

It's better to install this package on only development systems by adding the --dev flag to your Composer commands:

# v22.x
composer require --dev openswoole/ide-helper:~22.0.1
# v4.x
composer require --dev openswoole/ide-helper:~4.11.6

PHP Intelephense extension users

Make sure you have included the openswoole ide-helper in the includePaths:

"intelephense.environment.includePaths": [
  "vendor/openswoole/ide-helper"
]

Fix code style before commit

./vendor/bin/php-cs-fixer fix

Documentation

Documentation for Open Swoole can be found on the Open Swoole website.

统计信息

  • 总下载量: 538.42k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 58
  • 点击次数: 1
  • 依赖项目数: 61
  • 推荐数: 0

GitHub 信息

  • Stars: 56
  • Watchers: 1
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2026-01-04