ide-helper
๐ Swoole IDE Helper
File Explorer
Download Latest Version (.zip)- deep-review-swoole-stubs.md
- prepare-swoole-release.md
- SKILL.md
- coding_style_checks.yml
- syntax_checks.yml
- dependabot.yml
- Client.php
- Long.php
- Exception.php
- Iterator.php
- Exception.php
- Exception.php
- Client.php
- Server.php
- Exception.php
- Client.php
- Exception.php
- CanceledException.php
- Channel.php
- Client.php
- Context.php
- Iterator.php
- Lock.php
- Scheduler.php
- Socket.php
- System.php
- TimeoutException.php
- Cookie.php
- Request.php
- Response.php
- Server.php
- Request.php
- Response.php
- Context.php
- Pool.php
- Server.php
- Event.php
- Packet.php
- PipeMessage.php
- Port.php
- StatusInfo.php
- Task.php
- TaskResult.php
- Long.php
- ArrayList.php
- Atomic.php
- Barrier.php
- Error.php
- Lock.php
- Map.php
- Queue.php
- Iterator.php
- CloseFrame.php
- Frame.php
- Server.php
- Atomic.php
- Client.php
- Coroutine.php
- Error.php
- Event.php
- Exception.php
- ExitException.php
- Lock.php
- Process.php
- Runtime.php
- Server.php
- Table.php
- Thread.php
- Timer.php
- constants.php
- functions.php
- shortnames.php
- Exception.php
- Client.php
- Proxy.php
- ClientProxy.php
- functions.php
- Connection.php
- Barrier.php
- functions.php
- Server.php
- WaitGroup.php
- Exception.php
- Handler.php
- DetectsLostConnections.php
- MysqliConfig.php
- MysqliException.php
- MysqliPool.php
- MysqliProxy.php
- MysqliStatementProxy.php
- ObjectProxy.php
- PDOConfig.php
- PDOPool.php
- PDOProxy.php
- PDOStatementProxy.php
- RedisConfig.php
- RedisPool.php
- ArrayKeyNotExists.php
- AbortRequest.php
- BeginRequest.php
- Data.php
- EndRequest.php
- GetValues.php
- GetValuesResult.php
- Params.php
- Stderr.php
- Stdin.php
- Stdout.php
- UnknownType.php
- FrameParser.php
- HttpRequest.php
- HttpResponse.php
- Message.php
- Record.php
- Request.php
- Response.php
- Status.php
- Cluster.php
- Consul.php
- Exception.php
- Nacos.php
- Redis.php
- Manager.php
- Client.php
- Context.php
- Exception.php
- ProxyTrait.php
- Server.php
- Admin.php
- Helper.php
- Pool.php
- Runnable.php
- ArrayObject.php
- ConnectionPool.php
- Constant.php
- FastCGI.php
- MultibyteStringObject.php
- NameResolver.php
- ObjectProxy.php
- RemoteObject.php
- StringObject.php
- curl.php
- mongodb.php
- sockets.php
- standard.php
- exec.php
- alias.php
- alias_ns.php
- constants.php
- functions.php
- .gitattributes
- .gitignore
- .php-cs-fixer.dist.php
- CLAUDE.md
- composer.json
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/swoole/ide-helper
Downloads the entire project code from GitHub to your computer.
cd ide-helper
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require --dev swoole/ide-helper
Type this command into your terminal and run it.
composer require --dev swoole/ide-helper:~6.0.2
Type this command into your terminal and run it.
composer require --dev swoole/ide-helper:@dev
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
