phpstan/php-8-stubs
Composer 安装命令:
composer require phpstan/php-8-stubs
包简介
PHP stubs extracted from php-src
README 文档
README
PHP stub files automatically extracted from php-src. Used by PHPStan to understand signatures of built-in PHP classes and functions for PHP 8.0+.
Features
- Version-aware stubs covering PHP 8.0 through 8.5, with
#[\Since('x.y')]and#[\Until('x.y')]attributes to track when symbols and signatures were added or removed. - Comprehensive coverage: core language stubs (
Zend/), 69 extensions (ext/), and 6 SAPIs (sapi/). - Version-aware class/function map (
Php8StubsMap) that accepts a$phpVersionIdand returns only the symbols available in that PHP version. - Fully automated extraction via
extractor/extract.php— stubs are never hand-written. - Daily CI updates that extract from all PHP 8.x branches, auto-tag releases, and open PRs in
phpstan/phpstan-src.
Usage
$map = new \PHPStan\Php8StubsMap($phpVersionId); // e.g. 80300 for PHP 8.3.0 $map->classes; // array<string, string> — lowercase class name => stub path $map->functions; // array<string, string> — lowercase function name => stub path
License
统计信息
- 总下载量: 6.62M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 31
- 点击次数: 11
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-05