caddy-php icon indicating copy to clipboard operation
caddy-php copied to clipboard

PHP package to control your Caddy instance

Results 1 caddy-php issues
Sort by recently updated
recently updated
newest added

Finish implementing the `Request` class based on the API: https://caddyserver.com/docs/modules/http.handlers.headers The current implementation only covers `delete`: [Request](https://github.com/mattvb91/caddy-php/blob/develop/src/Config/Apps/Http/Server/Routes/Handle/Headers/Request.php) The `add` & `set` are going to be pretty much the exact same...

help wanted
good first issue