PHPackages                             kaankilic/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. kaankilic/laravel-cloudflare

ActivePackage[API Development](/categories/api)

kaankilic/laravel-cloudflare
============================

Laravel package for the Cloudflare v4 API integration

120PHPCI failing

Since Jan 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/kaankilic/laravel-cloudflare)[ Packagist](https://packagist.org/packages/kaankilic/laravel-cloudflare)[ RSS](/packages/kaankilic-laravel-cloudflare/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
------------

[](#introduction)

Through its dedicated connection, laravel-Cloudflare offers a seamless and expressive solution for integrating the CloudFlare API into Laravel applications. This package provides a straightforward and reliable interface for connecting to the Cloudflare v4 API, making it the simplest and most stable choice for Laravel developers.

Installation
============

[](#installation)

To initiate the integration of Laravel-Cloudflare, employ Composer to include the package in your project's dependencies:

```
composer require kaankilic/laravel-cloudflare
```

To integrate Laravel-Cloudflare, include the registration of its **ServiceProvider** in your config/app.php configuration file after installation:

```
Kaankilic\LaravelCloudflare\Providers\CloudflareServiceProvider::class,
```

Additionally, include the Cloudflare facade in the aliases array within your application's configuration file:

```
'Cloudflare' => Kaankilic\LaravelCloudflare\Facades\Cloudflare::class
```

Finally, please make sure to publish the configuration file.

```
php artisan vendor:publish --provider="Kaankilic\LaravelCloudflare\Providers\CloudflareServiceProvider::class"
```

This command will generate the configurations for your project.

Contributions
-------------

[](#contributions)

I am the creator and single contributor to the project. So, Feel free to contribute something useful to me. Please use GitHub for reporting bugs, and making comments or suggestions

License
-------

[](#license)

Laravel-Cloudflare is open-sourced software licensed under the MIT

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/46afbba6b880ec59a944b5184e8e3d01bdf0094decfee0f9d99e74607eb348ca?d=identicon)[kaankilic](/maintainers/kaankilic)

---

Top Contributors

[![kaankilic](https://avatars.githubusercontent.com/u/5264153?v=4)](https://github.com/kaankilic "kaankilic (6 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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