riverside/php-webconfig
Composer 安装命令:
composer require riverside/php-webconfig
包简介
PHP SDK for managing the web.config file
关键字:
README 文档
README
PHP SDK for managing a web.config file
| Build | License |
|---|---|
Requirements
- PHP >= 7.1
- DOM extension
- SimpleXML extension
Installation
If Composer is not installed on your system yet, you may go ahead and install it using this command line:
$ curl -sS https://getcomposer.org/installer | php
Next, add the following require entry to the composer.json file in the root of your project.
{
"require" : {
"riverside/php-webconfig" : "*"
}
}
Finally, use Composer to install php-express and its dependencies:
$ php composer.phar install
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-19