An open API service indexing awesome lists of open source software.

https://github.com/riverside/php-webconfig

:hammer: PHP SDK for managing a web.config file
https://github.com/riverside/php-webconfig

http-headers iis iis-server php php-client php-sdk webconfig

Last synced: 2 months ago
JSON representation

:hammer: PHP SDK for managing a web.config file

Awesome Lists containing this project

README

        

# php-webconfig
PHP SDK for managing a web.config file

| Build | License |
| ----- | ------- |
| [![CI][x1]][y1] | [![License][x3]][y3] |

### 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.
```json
{
"require" : {
"riverside/php-webconfig" : "*"
}
}
```
Finally, use Composer to install php-express and its dependencies:
```
$ php composer.phar install
```

[x1]: https://github.com/riverside/php-webconfig/actions/workflows/test.yml/badge.svg
[y1]: https://github.com/riverside/php-webconfig/actions/workflows/test.yml
[x3]: https://poser.pugx.org/riverside/php-webconfig/license
[y3]: https://packagist.org/packages/riverside/php-webconfig