PHPackages                             byfareska/doctrine-in-wordpress - 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. byfareska/doctrine-in-wordpress

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

byfareska/doctrine-in-wordpress
===============================

DIW: Doctrine in wordpress

1.0.0(4y ago)511MITPHPPHP ^8

Since May 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/byfareska/doctrine-in-wordpress)[ Packagist](https://packagist.org/packages/byfareska/doctrine-in-wordpress)[ RSS](/packages/byfareska-doctrine-in-wordpress/feed)WikiDiscussions master Synced 1mo ago

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

One minute setup example
========================

[](#one-minute-setup-example)

1. `composer req byfareska/doctrine-in-wordpress`
2.

```
    $config = new Configuration();
    $config->setProxyDir(__DIR__ . '/var/cache');
    $config->setProxyNamespace('EntityProxy');
    $config->setAutoGenerateProxyClasses(true);
    $config->setMetadataDriverImpl(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([
        __DIR__ . '/src/Entity'
    ]));

    $metaDataFactory = new \Doctrine\ORM\Mapping\ClassMetadataFactory();
    $em = (new \Byfareska\WordpressDoctrineOrm\EntityManagerFactory())->create();
    $metaDataFactory->setEntityManager($em);

    $meta = $metaDataFactory->getMetadataFor(ExampleEntity::class);
    $repository = new ExampleRepository($em, $meta);

    var_dump($repository->findAll());
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1468d ago

### Community

Maintainers

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

---

Top Contributors

[![byfareska](https://avatars.githubusercontent.com/u/24964397?v=4)](https://github.com/byfareska "byfareska (2 commits)")

### Embed Badge

![Health badge](/badges/byfareska-doctrine-in-wordpress/health.svg)

```
[![Health](https://phpackages.com/badges/byfareska-doctrine-in-wordpress/health.svg)](https://phpackages.com/packages/byfareska-doctrine-in-wordpress)
```

###  Alternatives

[scienta/doctrine-json-functions

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

58523.9M36](/packages/scienta-doctrine-json-functions)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[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.

813.1k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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