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
- Host: GitHub
- URL: https://github.com/riverside/php-webconfig
- Owner: riverside
- License: mit
- Created: 2023-06-18T07:14:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T13:07:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T16:21:38.537Z (4 months ago)
- Topics: http-headers, iis, iis-server, php, php-client, php-sdk, webconfig
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 thecomposer.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