phpdocumentor / shim
v3.5.3
2024-07-18 21:35 UTC
Requires
- composer-plugin-api: ^2.0
- phar-io/composer-distributor: ^1.0
README
此包允许用户通过composer安装phpDocumentor。使用来自phpDocumentor主仓库的分布式phar文件。此包仅提供安装程序。每当发布phpDocumentor的新版本时,就会创建新的标签。如果您想使用phpDocumentor的边缘版本,请参考主仓库。
使用方法
将phpdocumentor添加到您的项目中。
composer require --dev phpdocumentor/shim:^3
phpDocumentor phar将被下载并添加到您的项目bin
目录中。默认情况下为vendor/bin
。
从现在起,您可以按照常规流程使用phpDocumentor。有关使用phpDocumentor的更多信息,请参阅我们的文档。
报告问题
如果您在使用phpDocumentor时遇到任何问题,请在主仓库中报告错误。