PHPackages                             williarin/wordpress-interop-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. williarin/wordpress-interop-bundle

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

williarin/wordpress-interop-bundle
==================================

Symfony bundle to integrate williarin/wordpress-interop in the framework

1.3.0(2y ago)410.7k3[1 PRs](https://github.com/williarin/wordpress-interop-bundle/pulls)1MITPHPPHP &gt;=8.0

Since Feb 5Pushed 2y ago2 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (12)Used By (1)

WordPress Interop Bundle
========================

[](#wordpress-interop-bundle)

Introduction
------------

[](#introduction)

This bundle integrates [williarin/wordpress-interop](https://github.com/williarin/wordpress-interop) with Symfony.

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

[](#installation)

```
composer require williarin/wordpress-interop-bundle
```

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

[](#configuration)

```
# config/packages/doctrine.yaml
doctrine:
    dbal:
        connections:
            my_dbal_connection:
                driver: pdo_mysql
                url: '%env(resolve:WORDPRESS_DATABASE_URL)%'
                charset: UTF8
```

```
# config/packages/williarin_wordpress_interop.yaml
williarin_wordpress_interop:
    # default_entity_manager:  # defaults to the first defined entity manager
    entity_managers:
        my_entity_manager:
            connection: my_dbal_connection
            # tables_prefix: custom_ # defaults to 'wp_'

        # another_manager:
        #     connection: my_other_dbal_connection
        #     # tables_prefix: custom_
```

Autowiring
----------

[](#autowiring)

- `Williarin\WordpressInterop\ManagerRegistryInterface` to access all your managers and repositories.
- `Williarin\WordpressInterop\EntityManagerInterface` to get the default entity manager
- `Williarin\WordpressInterop\Persistence\DuplicationServiceInterface` to get the default duplication service
- `wordpress_interop.entity_manager` as an alternative to `Williarin\WordpressInterop\EntityManagerInterface`

License
-------

[](#license)

[MIT](LICENSE)

Copyright (c) 2022, William Arin

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~78 days

Recently: every ~141 days

Total

11

Last Release

781d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/69433384?v=4)[William Arin](/maintainers/williarin)[@williarin](https://github.com/williarin)

---

Top Contributors

[![williarin](https://avatars.githubusercontent.com/u/69433384?v=4)](https://github.com/williarin "williarin (21 commits)")

---

Tags

doctrineormsymfonysymfony-bundlewordpress

###  Code Quality

Static AnalysisRector

Code StyleECS

### Embed Badge

![Health badge](/badges/williarin-wordpress-interop-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/williarin-wordpress-interop-bundle/health.svg)](https://phpackages.com/packages/williarin-wordpress-interop-bundle)
```

###  Alternatives

[a2lix/translation-form-bundle

Translate your doctrine objects easily with some helpers

3376.9M38](/packages/a2lix-translation-form-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)

PHPackages © 2026

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