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.10(8mo ago)39.7k↑16.7%31MITPHPPHP ^8.2

Since Oct 17Pushed 8mo 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 1mo ago

READMEChangelog (10)Dependencies (4)Versions (14)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.0
- Laravel &gt;= 9.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

42

—

FairBetter than 90% of packages

Maintenance62

Regular maintenance activity

Popularity30

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~78 days

Recently: every ~101 days

Total

10

Last Release

241d ago

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

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

v0.0.10PHP ^8.2

### 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)")[![foodticket-developer](https://avatars.githubusercontent.com/u/148194376?v=4)](https://github.com/foodticket-developer "foodticket-developer (4 commits)")[![h-sols](https://avatars.githubusercontent.com/u/210041382?v=4)](https://github.com/h-sols "h-sols (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

[openai-php/laravel

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

3.7k7.6M74](/packages/openai-php-laravel)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[nickurt/laravel-postcodeapi

Universal PostcodeApi for Laravel 11.x/12.x/13.x

97221.2k](/packages/nickurt-laravel-postcodeapi)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[sebdesign/artisan-cloudflare

Laravel artisan commands for Cloudflare

77273.8k](/packages/sebdesign-artisan-cloudflare)

PHPackages © 2026

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