PHPackages                             foodticket/laravel-cloudflare - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. foodticket/laravel-cloudflare

ActiveLibrary[API Development](/categories/api)

foodticket/laravel-cloudflare
=============================

A Laravel wrapper for the Cloudflare API

v0.0.11(2w ago)311.1k↑34.5%31MITPHPPHP ^8.3

Since Oct 17Pushed 2w agoCompare

[ Source](https://github.com/food-ticket/laravel-cloudflare)[ Packagist](https://packagist.org/packages/foodticket/laravel-cloudflare)[ RSS](/packages/foodticket-laravel-cloudflare/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (8)Versions (16)Used By (1)

Laravel wrapper for Cloudflare
==============================

[](#laravel-wrapper-for-cloudflare)

This is a Laravel wrapper for the official Cloudflare API v4 SDK (). The full documentation of the Cloudflare API can be found [here](https://developers.cloudflare.com/api/).

Since the Cloudflare Images API is not yet supported by the official SDK, we included a wrapper for the Cloudflare Images API. The full documentation of the Cloudflare Images API can be found [here](https://developers.cloudflare.com/images/).

Requirements
------------

[](#requirements)

- PHP &gt;= 8.3
- Laravel &gt;= 12.0

Installation
------------

[](#installation)

To start using the package, you need to install it via Composer:

```
composer require foodticket/laravel-cloudflare

```

Configuration
-------------

[](#configuration)

Add the following environment variables to your .env file:

```
CLOUDFLARE_API_EMAIL=
CLOUDFLARE_API_KEY=

```

If you need to you can publish the configuration file with the following command:

```
php artisan vendor:publish --provider='Foodticket\Cloudflare\CloudflareServiceProvider' --tag='config'

```

Getting started
---------------

[](#getting-started)

All the Cloudflare API endpoints are available via the Cloudflare facade.

```
use Foodticket\Cloudflare\Facades\Cloudflare;

$zones = Cloudflare::zones()->listZones();

```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within this project, please email me via .

###  Health Score

52

↑

FairBetter than 96% of packages

Maintenance96

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~97 days

Recently: every ~168 days

Total

11

Last Release

18d ago

PHP version history (4 changes)v0.0.1PHP ^8.0

v0.0.5PHP ^8.0|^8.1|^8.2|^8.3

v0.0.10PHP ^8.2

v0.0.11PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a331f154c735cc3b44cc802b7b183a58e503dfcf5dc3add0dea69eae3bc61ff?d=identicon)[foodticket](/maintainers/foodticket)

![](https://www.gravatar.com/avatar/d4f3f59549aeb7310f56a6f0885a3eb273163cedf4368c64b2455fb1fd637264?d=identicon)[rikmorskate](/maintainers/rikmorskate)

---

Top Contributors

[![rikmorskate](https://avatars.githubusercontent.com/u/3383883?v=4)](https://github.com/rikmorskate "rikmorskate (12 commits)")[![h-sols](https://avatars.githubusercontent.com/u/210041382?v=4)](https://github.com/h-sols "h-sols (6 commits)")[![foodticket-developer](https://avatars.githubusercontent.com/u/148194376?v=4)](https://github.com/foodticket-developer "foodticket-developer (4 commits)")

---

Tags

apilaravelcloudflarefoodticket

### Embed Badge

![Health badge](/badges/foodticket-laravel-cloudflare/health.svg)

```
[![Health](https://phpackages.com/badges/foodticket-laravel-cloudflare/health.svg)](https://phpackages.com/packages/foodticket-laravel-cloudflare)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M89](/packages/openai-php-laravel)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M134](/packages/darkaonline-l5-swagger)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M63](/packages/knuckleswtf-scribe)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
