https://github.com/true-async/ide-helper
IDE Helpers for TrueAsync
https://github.com/true-async/ide-helper
Last synced: 2 days ago
JSON representation
IDE Helpers for TrueAsync
- Host: GitHub
- URL: https://github.com/true-async/ide-helper
- Owner: true-async
- License: mit
- Created: 2026-05-21T10:43:22.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2026-05-25T07:10:30.000Z (22 days ago)
- Last Synced: 2026-05-25T09:13:49.915Z (22 days ago)
- Language: PHP
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrueAsync IDE helper
IDE help files for the [TrueAsync](https://github.com/true-async/php-async) ecosystem (PHP 8.6+). Enables autocompletion, inline docs, and strict type analysis for PhpStorm, PHPStan, and Psalm.
Bundled stubs:
- **`Async\*`** — the [`async`](https://github.com/true-async/php-async) extension (coroutines, channels, threads, futures, scopes, pools) plus the global `Cancellation` base class and the pooled `PDO`.
- **`TrueAsync\*`** — the [HTTP server](https://github.com/true-async/server) extension (`HttpServer`, `HttpRequest`, `HttpResponse`, …).
- **`TrueAsync\ClickHouse\*`** — the async [ClickHouse client](https://github.com/true-async/php-clickhouse).
## Install
You can add this package to your project using [Composer](https://getcomposer.org/):
```bash
composer require --dev true-async/ide-helper
```