riverside / php-webconfig
PHP SDK for managing the web.config file
Fund package maintenance!
www.paypal.me/Dimitar81
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/riverside/php-webconfig
Requires
- php: >=7.1
- ext-dom: *
- ext-simplexml: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-29 03:12:19 UTC
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