mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-04-28 04:06:18 +00:00
add php 8.1 compability, remove console command
This commit is contained in:
14
README.md
14
README.md
@@ -3,14 +3,7 @@ NGINX Configurator
|
||||
|
||||
PHP Library for NGINX configuration parser/generator
|
||||
|
||||

|
||||
[](https://travis-ci.org/madkom/nginx-configurator)
|
||||
[](https://packagist.org/packages/madkom/nginx-configurator)
|
||||
[](https://packagist.org/packages/madkom/nginx-configurator)
|
||||
[](https://packagist.org/packages/madkom/nginx-configurator)
|
||||
[](https://coveralls.io/github/madkom/nginx-configurator?branch=master)
|
||||
[](https://codeclimate.com/github/madkom/nginx-configurator)
|
||||
[](https://codeclimate.com/github/madkom/nginx-configurator)
|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -25,12 +18,12 @@ In near future will provide CLI commands for NGINX configuration.
|
||||
Install with Composer
|
||||
|
||||
```
|
||||
composer require madkom/nginx-configurator
|
||||
composer require envoyr/nginx-configurator
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
This library requires *PHP* in `~7` version.
|
||||
This library requires *PHP* in `>=8.1` version.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -215,6 +208,7 @@ $builder->dumpFile('generated.conf');
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Madkom S.A.
|
||||
Copyright (c) 2022 envoyr <hello@envoyr.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Reference in New Issue
Block a user