sagarp1992 / yii2-postman

在此检查您的API

安装次数: 5

依赖项: 0

建议者: 0

安全: 0

星标: 0

分支: 0

类型:yii2-extension

dev-master 2019-11-11 09:36 UTC

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(); ?>```