PHPackages                             tm/silex-doctrine-orm-service-provider - 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. tm/silex-doctrine-orm-service-provider

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

tm/silex-doctrine-orm-service-provider
======================================

A doctrine orm service provider

1.0.0(11y ago)273MITPHPPHP &gt;=5.4.0

Since Sep 14Pushed 9y agoCompare

[ Source](https://github.com/tommy-muehle/silex-doctrine-orm-service-provider)[ Packagist](https://packagist.org/packages/tm/silex-doctrine-orm-service-provider)[ RSS](/packages/tm-silex-doctrine-orm-service-provider/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

silex-doctrine-orm-service-provider
===================================

[](#silex-doctrine-orm-service-provider)

[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

This provider is a very leightweight doctrine orm service provider for silex projects. It can only handle simple annotations like @Entity, @Table and so long. But in many cases this is sufficient.

Install via composer:

Add ['tm/silex-doctrine-orm-service-provider'](https://packagist.org/packages/tm/silex-doctrine-orm-service-provider) to the dependencies in your projects composer.json file and update your dependencies.

A usage example:

```
$app->register(new TM\Provider\DoctrineORMServiceProvider(), array(
    'orm.options' => array(
        'proxies_dir' => __DIR__ . '/cache/doctrine/proxies', // set to null if you want to use the system configured directory path for temporary files
        'entity_dirs' => array(
            array('path' => __DIR__ . '/../src/Foo/Entity'),
            array('path' => __DIR__ . '/../src/Bar/Entity'),
            // ...
        ),
        'annotations' => array(
            __DIR__ . '/../vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php'
        )
    )
));

/* @var $em \Doctrine\ORM\EntityManager */
$em = $app['orm.em'];

// ... use $em in your application

```

So all entites in the namespaces Foo\\Entity (for example Foo\\Entity\\Blog, Foo\\Entity\\Post and Foo\\Entity\\Comment) and Bar\\Entity are mapped and can be handeled with the entity-manager.

If you need more advanced options please use [dflydev-doctrine-orm-service-provider](https://github.com/dflydev/dflydev-doctrine-orm-service-provider) instead.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

4311d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/618c748bc15b0e91e6280fcf687e28c1afaeb36335d634372d85f7eba3f0cf4f?d=identicon)[tommymuehle](/maintainers/tommymuehle)

---

Top Contributors

[![tommy-muehle](https://avatars.githubusercontent.com/u/1351840?v=4)](https://github.com/tommy-muehle "tommy-muehle (15 commits)")

---

Tags

phpsilexsilex-providerormdoctrinesilex

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/tm-silex-doctrine-orm-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/tm-silex-doctrine-orm-service-provider/health.svg)](https://phpackages.com/packages/tm-silex-doctrine-orm-service-provider)
```

###  Alternatives

[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8465.5M96](/packages/laravel-doctrine-orm)[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)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58825.9M54](/packages/scienta-doctrine-json-functions)[dflydev/doctrine-orm-service-provider

Doctrine ORM Service Provider

2121.8M35](/packages/dflydev-doctrine-orm-service-provider)[api-platform/doctrine-orm

Doctrine ORM bridge

294.4M92](/packages/api-platform-doctrine-orm)[palma/doctrineormserviceprovider

A Silex DoctrineORM Service provider

112.7k](/packages/palma-doctrineormserviceprovider)

PHPackages © 2026

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