Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavlusha311245/nginx-unit-php-sdk
Nginx Unit PHP 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
https://github.com/pavlusha311245/nginx-unit-php-sdk
nginx nginx-configs nginx-configuration nginx-sdk nginx-unit nginx-unit-sdk php php-sdk php8 sdk sdk-php
Last synced: 3 months ago
JSON representation
Nginx Unit PHP 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
- Host: GitHub
- URL: https://github.com/pavlusha311245/nginx-unit-php-sdk
- Owner: Pavlusha311245
- License: apache-2.0
- Created: 2023-07-12T14:52:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-11T21:16:15.000Z (10 months ago)
- Last Synced: 2024-04-12T00:54:29.200Z (10 months ago)
- Topics: nginx, nginx-configs, nginx-configuration, nginx-sdk, nginx-unit, nginx-unit-sdk, php, php-sdk, php8, sdk, sdk-php
- Language: PHP
- Homepage: https://packagist.org/packages/pavlusha311245/unit-php-sdk
- Size: 1.38 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
PHP SDK for Nginx Unit## About
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
> This project in development. Don't use it in production. Some features may not work correctly. Please report bugs and issues to the issue tracker.### Requirements
* [PHP](https://www.php.net/) >= 8.3
* [Composer](https://getcomposer.org/) >= 2### Supported Versions
| Version | Nginx Unit Capability | Supported |
|---------|:----------------------|--------------------|
| 0.8.x | <= 1.32.1 | :white_check_mark: |
| < 0.7.x | - | :x: |### Quick start
How to start using the SDK in your project you can find in the [documentation](https://unit-sdk.pavlusha.me/installation).
### Documentation
The Unit SDK offers a wide range of functionality. More examples and detailed information about its features,
installation, and use can be found [in the documentation](https://unit-sdk.pavlusha.me/). Check it out to make the most
of this extensive tool. Happy coding 😊## Changelog
We regularly update our code base due to new features, bug fixes or performance improvements. More information about
these changes, including version details and update summaries, can be seen [here](CHANGELOG.md).## Contributing
We appreciate all forms of contributions from code additions to reporting issues. Our project is open-source and thrives
from the contributions made by our community. More info about how you can contribute to our project, contribution
guidelines, and the whole process can be
read [here](https://docs.github.com/en/get-started/quickstart/contributing-to-projects).## Code of Conduct
We want to create a welcoming environment for all of our projects. Our code of conduct outlines our expectations for all
those who participate in our community, as well as the consequences for unacceptable behavior. We invite you to help us
create a safe and positive experience for everyone. More info about our code of conduct can be
found [here](.github/CODE_OF_CONDUCT.md).## Security Policy
If you find bugs and vulnerabilities, please
contact [[email protected]](mailto:[email protected]).More info [here](.github/SECURITY.md)
## Support
The project is being developed with the support of IDE from JetBrains
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.