PHPackages                             workersphp/laravel-bridge - 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. workersphp/laravel-bridge

ActiveLibrary

workersphp/laravel-bridge
=========================

Cloudflare-native Laravel drivers for Workers PHP: D1 database, KV and Durable Object caches, R2 storage, Queues, broadcasting and mail.

00PHPCI failing

Since Aug 14Pushed todayCompare

[ Source](https://github.com/workersphp/laravel-bridge)[ Packagist](https://packagist.org/packages/workersphp/laravel-bridge)[ RSS](/packages/workersphp-laravel-bridge/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

workersphp/laravel-bridge
=========================

[](#workersphplaravel-bridge)

Cloudflare-native Laravel drivers for [Workers PHP](https://workersphp.dev), the runtime that executes PHP 8.5 inside Cloudflare Workers V8 isolates:

- Database: `cfd1` connection over Cloudflare D1
- Cache: `kv` store (Workers KV, read-mostly) and `do` store (Durable Object shards with atomic increments and real `Cache::lock()`)
- Filesystem: `r2` disk (Cloudflare R2)
- Queue, mail and broadcasting drivers that ride the runtime's outbox pattern
- A fileinfo polyfill and MIME guesser for the wasm environment

Every driver is opt-in through standard Laravel configuration and inert on a regular server, so one codebase deploys to Workers and to a VPS with nothing but env changes.

```
composer require workersphp/laravel-bridge
```

This repository is a read-only mirror of [workersphp/core](https://github.com/workersphp/core), where the docs, issues and pull requests live. Deploying needs the other half of the project: see the monorepo README for the full quickstart.

Credits
-------

[](#credits)

The `cfd1` driver registration follows the approach pioneered by [togishima/laravel-edge](https://github.com/togishima/laravel-edge) (MIT), the first shipped Laravel-on-Workers, and rides the `pdo_cfd1` PDO driver by [Sean Morris](https://github.com/seanmorris/pdo-cfd1) compiled into the runtime binary.

Workers PHP is a community project. It is not affiliated with or endorsed by Cloudflare or Laravel.

License
-------

[](#license)

MIT.

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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/39759f089c13ea3e4d53dee0a6e28f4b98e73f762906f76c459f368315eb2d54?d=identicon)[bimsonz](/maintainers/bimsonz)

---

Top Contributors

[![bimsonz](https://avatars.githubusercontent.com/u/6716652?v=4)](https://github.com/bimsonz "bimsonz (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/workersphp-laravel-bridge/health.svg)

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

PHPackages © 2026

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