Skip to content

Commit 2e3a38e

Browse files
Update docs
1 parent 4f50878 commit 2e3a38e

File tree

4 files changed

+33
-15
lines changed

4 files changed

+33
-15
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v0.5.0 - [2023/09/01]
4+
5+
- Added ProccessIsolation implementation
6+
- Added Upstream class
7+
- Added phpstan
8+
- Updated RouteAction and RouteMatch. Added toArray methods
9+
- Updated Config class
10+
- Updated Unit class
11+
312
## v0.4.0 - [2023/08/02]
413

514
- Added more Applications, Requests and Connection Statistics classes

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
# PHP SDK for Nginx Unit
21

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Pavlusha311245/unit-php-sdk?labelColor=%231e293b&color=%23702963&link=https%3A%2F%2Fpackagist.org%2Fpackages%2Fpavlusha311245%2Funit-php-sdk)](https://packagist.org/packages/pavlusha311245/unit-php-sdk)
4-
[![Documentation](https://img.shields.io/website?url=https%3A%2F%2Funit-sdk.pavlusha.me%2F&label=documentation&link=https%3A%2F%2Funit-sdk.pavlusha.me%2F)](https://unit-sdk.pavlusha.me/)
2+
<p align="center">
3+
<img style="text-aligh: center" src="https://15804523-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F77F3kdmGsRkZFelMUJq1%2Ficon%2FnsTZCyEjC1z8LJWkzLro%2F%D1%8B.svg?alt=media&token=ce321f03-8fdf-4c4d-aaef-888183f713f6" width="200" alt="Company logo">
4+
</p>
5+
6+
<p align="center">
7+
<b style="font-size: 2rem">PHP SDK for Nginx Unit</b>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://packagist.org/packages/pavlusha311245/unit-php-sdk"><img src="https://img.shields.io/packagist/v/Pavlusha311245/unit-php-sdk?labelColor=%231e293b&color=%23702963&link=https%3A%2F%2Fpackagist.org%2Fpackages%2Fpavlusha311245%2Funit-php-sdk"></a>
12+
<a href="https://unit-sdk.pavlusha.me/"><img src="https://img.shields.io/website?url=https%3A%2F%2Funit-sdk.pavlusha.me%2F&label=documentation&link=https%3A%2F%2Funit-sdk.pavlusha.me%2F"></a>
13+
</p>
514

615
## About
716

8-
SDK allows developers to interact with the Nginx Unit web server through php classes
17+
SDK allows developers to interact with the Nginx Unit web server through php classes. This project will help embed web server management into your projects
918

1019
## Supported Versions
1120

12-
| Version | Supported |
13-
|---------|--------------------|
14-
| 0.4.x | :white_check_mark: |
15-
| < 0.3.x | :x: |
21+
| Version | Nginx Unit Capability | Supported |
22+
|---------|:----------------------|--------------------|
23+
| 0.5.x | 1.30.0 | :white_check_mark: |
24+
| < 0.4.x | 1.30.0 | :x: |
1625

1726
_THIS PROJECT IN DEVELOPMENT. DON'T USE IT IN PRODUCTION_
1827

@@ -34,7 +43,7 @@ _THIS PROJECT IN DEVELOPMENT. DON'T USE IT IN PRODUCTION_
3443
{
3544
"name": "pavlusha311245/example-php-project",
3645
"require": {
37-
"pavlusha311245/unit-php-sdk": "0.4.0"
46+
"pavlusha311245/unit-php-sdk": "0.5.0"
3847
},
3948
"autoload": {
4049
"psr-4": {
@@ -86,9 +95,6 @@ More information about API references you can find [here](https://unit-sdk.pavlu
8695

8796
More information about changes you can see [here](CHANGELOG.md)
8897

89-
## Versioning
90-
We use SemVer for versioning. For the versions available, see the tags on this repository.
91-
9298
## Contribution
9399

94100
More info about contribution you can

SECURITY.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
## Security Policy
22

3+
## Versioning
4+
We use SemVer for versioning. For the versions available, see the tags on this repository.
5+
36
## Supported Versions
47

58
| Version | Nginx Unit Capability | Supported |
69
|---------|:----------------------|--------------------|
7-
| 0.4.x | 1.30.0 | :white_check_mark: |
8-
| < 0.3.x | 1.30.0 | :x: |
10+
| 0.5.x | 1.30.0 | :white_check_mark: |
11+
| < 0.4.x | 1.30.0 | :x: |
912

1013
## Vulnerability Report
1114

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pavlusha311245/unit-php-sdk",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"type": "sdk",
55
"description": "This project allows developers to interact with the Nginx Unit web server through PHP classes",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)