sagarp1992 / yii2-postman
在此检查您的API
dev-master
2019-11-11 09:36 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-25 05:39:30 UTC
README
在此检查您的API
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一
php composer.phar require --prefer-dist sagarp1992/yii2-postman "*"
或者在您的 composer.json
文件的 require 部分添加
"sagarp1992/yii2-postman": "*"
to the require section of your composer.json
file.
使用
一旦安装了此扩展,只需在代码中使用它即可
<?= \sagar\postman\AutoloadExample::widget(); ?>```