Skip to content

riverside/php-webconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-webconfig

PHP SDK for managing a web.config file

Build License
CI 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 

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages