PHPackages                             thewunder/corma-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. thewunder/corma-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

thewunder/corma-bundle
======================

Symfony Bundle for the Corma ORM

v1.0.0(1y ago)09MITPHPPHP &gt;=8.1

Since Nov 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thewunder/corma-bundle)[ Packagist](https://packagist.org/packages/thewunder/corma-bundle)[ RSS](/packages/thewunder-corma-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Corma Symfony Bundle
====================

[](#corma-symfony-bundle)

This package integrates the [Corma ORM](https://github.com/thewunder/corma)into Symfony, and makes it available as a service.

Install using:

```
composer require thewunder/corma-bundle
```

Configure your database connection in config/packages/corma.yaml

```
corma:
    database:
        driver: pdo_mysql
        host: database
        port: 3306
        database: symfony
        user: symfony
        password: symfony
```

And then it will be available for auto-wiring in your classes, assuming you have symfony flex enabled.

```
use Corma\ObjectMapper;

class MyClass
{
    public function __construct(private readonly ObjectMapper $orm)
    {
    }

// ...
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

559d ago

### Community

Maintainers

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

---

Top Contributors

[![thewunder](https://avatars.githubusercontent.com/u/1265740?v=4)](https://github.com/thewunder "thewunder (10 commits)")

---

Tags

databaseormdata mapperObject relational mapper

### Embed Badge

![Health badge](/badges/thewunder-corma-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/thewunder-corma-bundle/health.svg)](https://phpackages.com/packages/thewunder-corma-bundle)
```

###  Alternatives

[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k241.3M3.3k](/packages/doctrine-doctrine-bundle)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[bartlett/php-compatinfo-db

Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions

1183.0k1](/packages/bartlett-php-compatinfo-db)[williarin/wordpress-interop

Interoperability library to work with WordPress database in third party apps

6610.9k2](/packages/williarin-wordpress-interop)

PHPackages © 2026

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