IDE help files for the TrueAsync ecosystem (PHP 8.6+). Enables autocompletion, inline docs, and strict type analysis for PhpStorm, PHPStan, and Psalm.
Bundled stubs:
Async\*— theasyncextension (coroutines, channels, threads, futures, scopes, pools) plus the globalCancellationbase class and the pooledPDO.TrueAsync\*— the HTTP server extension:HttpServer,HttpRequest,HttpResponse,HttpServerConfig,StaticHandler, the fullWebSocketAPI (incl. cross-worker pub/sub topics), SSE and gRPC helpers, and the observability surface (getStats(),setLogSinks(), hot reload).TrueAsync\ClickHouse\*— the async ClickHouse client.
You can add this package to your project using Composer:
composer require --dev true-async/ide-helper