From b216bf11c85e343cc1df9ed1695df2e16e309a15 Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Mon, 28 Sep 2015 15:23:50 +0200 Subject: [PATCH] added php example --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8010d26..ae54089 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,27 @@ https://your-url-and.path/api.php?[OPTIONS]&url=[WEBSITE_URL] The requested page will render as image (not provide a link). So you can use the path to your api.php file like so: -``` +```html ``` +### Example php script to proxy an image to the local server + +```php + +``` + --- This is a [HASCHEK SOLUTIONS](https://haschek.solutions) project