shinepress/stub-divider
Composer 安装命令:
composer create-project shinepress/stub-divider
包简介
Tool for dividing stub files for static analysis
README 文档
README
Description
A tool for dividing up large stub files to speed up static analysis.
Installation
The recommendend installation method is with composer:
$ composer require shinepress/stub-divider
Usage
Point the script at the stub file you want to divide:
$ ./vendor/bin/divide-stubs ./path/to/my-stubfile.php
Then register the autoloader as a bootstrap file in your phpstan config:
parameters: bootstrapFiles: - ./my-stubfile/autoload.php
统计信息
- 总下载量: 4.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-05