11<p align =" center " >
2- <img src="https://raw.githubusercontent.com/aneeskhan47/php-cloudflare-image/main/art/banner.png" height="300" alt="PHP Cloudflare Image">
2+ <img src="https://raw.githubusercontent.com/aneeskhan47/php-cloudflare-image-resizing /main/art/banner.png" height="300" alt="PHP Cloudflare Image">
33 <p align="center">
4- <a href="https://github.com/aneeskhan47/php-cloudflare-image/actions"><img alt="GitHub Workflow Status (master)" src="https://github.com/aneeskhan47/php-cloudflare-image/actions/workflows/tests.yml/badge.svg"></a>
5- <a href="https://packagist.org/packages/aneeskhan47/php-cloudflare-image"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/aneeskhan47/php-cloudflare-image"></a>
6- <a href="https://packagist.org/packages/aneeskhan47/php-cloudflare-image"><img alt="Latest Version" src="https://img.shields.io/packagist/v/aneeskhan47/php-cloudflare-image"></a>
7- <a href="https://packagist.org/packages/aneeskhan47/php-cloudflare-image"><img alt="License" src="https://img.shields.io/packagist/l/aneeskhan47/php-cloudflare-image"></a>
4+ <a href="https://github.com/aneeskhan47/php-cloudflare-image-resizing /actions"><img alt="GitHub Workflow Status (master)" src="https://github.com/aneeskhan47/php-cloudflare-image-resizing /actions/workflows/tests.yml/badge.svg"></a>
5+ <a href="https://packagist.org/packages/aneeskhan47/php-cloudflare-image-resizing "><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/aneeskhan47/php-cloudflare-image-resizing "></a>
6+ <a href="https://packagist.org/packages/aneeskhan47/php-cloudflare-image-resizing "><img alt="Latest Version" src="https://img.shields.io/packagist/v/aneeskhan47/php-cloudflare-image-resizing "></a>
7+ <a href="https://packagist.org/packages/aneeskhan47/php-cloudflare-image-resizing "><img alt="License" src="https://img.shields.io/packagist/l/aneeskhan47/php-cloudflare-image-resizing "></a>
88 </p>
99</p >
1010
1111------
1212
13- A PHP package to generate Cloudflare Image URLs. based on [ Cloudflare Image Resizing] ( https://developers.cloudflare.com/images/url-format ) .
13+ A PHP package to generate Cloudflare Image Resizing URLs. based on [ Cloudflare Image Resizing] ( https://developers.cloudflare.com/images/url-format ) .
1414
1515> [ !IMPORTANT]
1616> Your domain/website must be on Cloudflare to use this package.
@@ -19,7 +19,7 @@ A PHP package to generate Cloudflare Image URLs. based on [Cloudflare Image Resi
1919> ** Requires [ PHP 8.2+] ( https://php.net/releases/ ) **
2020
2121``` bash
22- composer require aneeskhan47/php-cloudflare-image
22+ composer require aneeskhan47/php-cloudflare-image-resizing
2323```
2424
2525------
@@ -39,11 +39,11 @@ This package provides a fluent API to generate Cloudflare Image Resizing URLs.
3939### 🚀 Usage
4040
4141``` php
42- use AneesKhan47\CloudflareImage\CFImage ;
42+ use AneesKhan47\CloudflareImageResizing\CFImageResizing ;
4343
4444$url = 'https://example.com/uploads/2023/image.jpg';
4545
46- $image = CFImage ::make($url)
46+ $image = CFImageResizing ::make($url)
4747 ->width(300)
4848 ->height(300)
4949 ->webp()
0 commit comments