https://github.com/pavlusha311245/caddy-php-sdk
Caddy PHP SDK allows developers to interact with Caddy through php classes. This project will help embed web server management into your projects
https://github.com/pavlusha311245/caddy-php-sdk
caddy sdk sdk-php webserver
Last synced: 8 months ago
JSON representation
Caddy PHP SDK allows developers to interact with Caddy through php classes. This project will help embed web server management into your projects
- Host: GitHub
- URL: https://github.com/pavlusha311245/caddy-php-sdk
- Owner: Pavlusha311245
- License: apache-2.0
- Created: 2024-04-26T14:41:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-27T11:00:55.000Z (about 1 year ago)
- Last Synced: 2025-02-03T21:44:19.177Z (9 months ago)
- Topics: caddy, sdk, sdk-php, webserver
- Language: PHP
- Homepage: https://packagist.org/packages/pavlusha/caddy-php-sdk
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
PHP SDK for Caddy
## About
SDK allows developers to interact with the Caddy 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.
### Supported Versions
| Version | Supported |
|---------|:-------------------|
| 0.1.x | :white_check_mark: |
## Release implementation
### Json configuration (classes)
- [ ] Admin section
- [x] Disabled
- [x] Listen
- [x] EnforceOrigin
- [x] Origins
- [ ] Config
- [x] Identity
- [x] Remote
- [ ] Logging section
- [ ] Sink
- [ ] Logs
- [x] Storage section
- [ ] File System
- [ ] Apps section
- [ ] Events
- [ ] Http
- [ ] Pki
- [ ] Tls
- [ ] Additional modules
## 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).
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.