PHPackages                             fwolfsjaeger/doctrine-cockroachdb-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. fwolfsjaeger/doctrine-cockroachdb-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

fwolfsjaeger/doctrine-cockroachdb-bundle
========================================

Doctrine DBAL CockroachDB Driver Bundle for Symfony

0.9.8(4mo ago)27.5k↓86.1%2MITPHPPHP ^8.2

Since Jun 27Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/fwolfsjaeger/doctrine-cockroachdb-bundle)[ Packagist](https://packagist.org/packages/fwolfsjaeger/doctrine-cockroachdb-bundle)[ Docs](https://github.com/fwolfsjaeger/doctrine-cockroachdb-bundle)[ RSS](/packages/fwolfsjaeger-doctrine-cockroachdb-bundle/feed)WikiDiscussions doctrine-dbal-4.4 Synced 2d ago

READMEChangelog (1)Dependencies (10)Versions (24)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/e6b8065d2d0e2d6bf4478f585573a6d1eca7975b9a14507597097f780d4fe359/687474703a2f2f706f7365722e707567782e6f72672f66776f6c66736a61656765722f646f637472696e652d636f636b726f61636864622d62756e646c652f76)](https://packagist.org/packages/fwolfsjaeger/doctrine-cockroachdb-bundle)[![Total Downloads](https://camo.githubusercontent.com/9f11176e7c518b4d54d2c6335943c6e709ebe9bcda21a2f59b8cd5610a3f06eb/687474703a2f2f706f7365722e707567782e6f72672f66776f6c66736a61656765722f646f637472696e652d636f636b726f61636864622d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/fwolfsjaeger/doctrine-cockroachdb-bundle)[![PHP Version Require](https://camo.githubusercontent.com/90d985d35afbfc9d32af4e1b0f9a4e8dab68ba4d5e5d852777a9a4781098fa17/687474703a2f2f706f7365722e707567782e6f72672f66776f6c66736a61656765722f646f637472696e652d636f636b726f61636864622d62756e646c652f726571756972652f706870)](https://packagist.org/packages/fwolfsjaeger/doctrine-cockroachdb-bundle)[![License](https://camo.githubusercontent.com/202d076c4d1ca00d6a453157f157a1736f68ad4435f1daa78f3dcdd794ca1ce2/687474703a2f2f706f7365722e707567782e6f72672f66776f6c66736a61656765722f646f637472696e652d636f636b726f61636864622d62756e646c652f6c6963656e7365)](https://packagist.org/packages/fwolfsjaeger/doctrine-cockroachdb-bundle)

CockroachDB Driver Bundle for Symfony
=====================================

[](#cockroachdb-driver-bundle-for-symfony)

CockroachDB Driver is a Doctrine DBAL Driver to handle incompatibilities with PostgreSQL. This package is meant to be used with (and requires) Symfony 6.0 or newer.

It is based on  by Lapay Group.

CockroachDB Quick Setup Guide
-----------------------------

[](#cockroachdb-quick-setup-guide)

- [Linux Setup Guide](https://www.cockroachlabs.com/docs/stable/install-cockroachdb-linux.html)
- [Mac Setup Guide](https://www.cockroachlabs.com/docs/v23.1/install-cockroachdb-mac)
- [Windows Setup Guide](https://www.cockroachlabs.com/docs/v23.1/install-cockroachdb-windows)

Usage
-----

[](#usage)

### Connection configuration example using a DSN

[](#connection-configuration-example-using-a-dsn)

```
# doctrine.yaml
doctrine:
    dbal:
        url: crdb://@:/?sslmode=verify-full&sslrootcert=&sslcert=&sslkey=
```

### Alternative: YAML connection configuration example

[](#alternative-yaml-connection-configuration-example)

```
# doctrine.yaml
doctrine:
    dbal:
        user:
        port:
        host:
        dbname:
        sslmode: verify-full
        sslrootcert:
        sslcert:
        sslkey:
        driver: crdb
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance74

Regular maintenance activity

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.8% 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 ~53 days

Recently: every ~47 days

Total

19

Last Release

141d ago

PHP version history (2 changes)0.7.0PHP ^8.0

0.9.4PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/69cf9092b05fe27439e081b7615f0fcbffeebeb8c60089a725fc2756a6378864?d=identicon)[fwolfsjaeger](/maintainers/fwolfsjaeger)

---

Top Contributors

[![fwolfsjaeger](https://avatars.githubusercontent.com/u/469206?v=4)](https://github.com/fwolfsjaeger "fwolfsjaeger (23 commits)")[![sweoggy](https://avatars.githubusercontent.com/u/5914253?v=4)](https://github.com/sweoggy "sweoggy (1 commits)")

---

Tags

symfonydoctrinepdocockroachdbcockroachpdo\_pgsqldoctrine-cockroachdbdoctrine-cockroachdb-bundle

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fwolfsjaeger-doctrine-cockroachdb-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fwolfsjaeger-doctrine-cockroachdb-bundle/health.svg)](https://phpackages.com/packages/fwolfsjaeger-doctrine-cockroachdb-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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