PHPackages                             sebdd/laravel-doctrine - 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. sebdd/laravel-doctrine

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

sebdd/laravel-doctrine
======================

Doctrine implementation in laravel 5

v0.2(11y ago)016MITPHPPHP &gt;=5.5.0

Since Apr 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/sebastiandedeyne/laravel-doctrine)[ Packagist](https://packagist.org/packages/sebdd/laravel-doctrine)[ Docs](https://github.com/sebastiandedeyne/laravel-doctrine)[ RSS](/packages/sebdd-laravel-doctrine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Laravel Doctrine
================

[](#laravel-doctrine)

Doctrine implementation in laravel 5. Work in progress.

Installation
------------

[](#installation)

```
composer require sebdd/laravel-doctrine

```

Usage
-----

[](#usage)

All you need to do is register the service provider in `config/app.php`

```
'providers' => [
    // ...
    'Sebdd\LaravelDoctrine\DoctrineServiceProvider',
];

```

You can also optionally publish the configuration

```
php artisan vendor:publish --provider="Sebdd\LaravelDoctrine\DoctrineServiceProvider"

```

If you're using the user provider, you'll also need to make sure `auth.driver` is set to "doctrine" and `auth.model` is correct.

Features
--------

[](#features)

- Entity Manager
- Console commands
- User provider
- Basic configuration
- Test coverage

Configuration
-------------

[](#configuration)

### user\_provider

[](#user_provider)

**enabled** bool (true) Registers a doctrine user provider

**columns.identifier** string ('id') The user identifier column

**columns.remember\_token** string ('remember\_token') The user remember\_token column

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

2

Last Release

4045d ago

### Community

Maintainers

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

---

Top Contributors

[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (9 commits)")

---

Tags

laraveldatabaseormdoctrine

### Embed Badge

![Health badge](/badges/sebdd-laravel-doctrine/health.svg)

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

###  Alternatives

[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[scienta/doctrine-json-functions

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

58723.9M36](/packages/scienta-doctrine-json-functions)[laravel-doctrine/migrations

Doctrine Migrations for Laravel

782.8M16](/packages/laravel-doctrine-migrations)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)

PHPackages © 2026

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