You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
</p>
10
10
11
11
------
12
+
12
13
A PHP package to generate Cloudflare Image URLs. based on [Cloudflare Image Resizing](https://developers.cloudflare.com/images/url-format).
13
14
14
15
> [!IMPORTANT]
@@ -21,6 +22,8 @@ A PHP package to generate Cloudflare Image URLs. based on [Cloudflare Image Resi
21
22
composer require aneeskhan47/php-cloudflare-image
22
23
```
23
24
25
+
------
26
+
24
27
### ❓ How it works
25
28
26
29
Cloudflare Image Resizing is a feature that allows you to resize, crop, and convert images by simply changing the URL of the image. This is done by adding a set of image transformation parameters to the URL of the image, which Cloudflare will then use to generate a new image on the fly.
@@ -30,6 +33,9 @@ So just by adding `/cdn-cgi/image/` to the beginning of the URL, you can utilize
30
33
For more information, please see the [Cloudflare Image Resizing documentation](https://developers.cloudflare.com/images/url-format).
31
34
32
35
This package provides a fluent API to generate Cloudflare Image Resizing URLs.
0 commit comments