PHPackages                             friartuck6000/doctrine-wp-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. friartuck6000/doctrine-wp-bundle

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

friartuck6000/doctrine-wp-bundle
================================

A Symfony bundle for handling WordPress data with Doctrine

v0.2.0(10y ago)244MITPHPPHP &gt;=5.5

Since May 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/friartuck6000/doctrine-wp-bundle)[ Packagist](https://packagist.org/packages/friartuck6000/doctrine-wp-bundle)[ RSS](/packages/friartuck6000-doctrine-wp-bundle/feed)WikiDiscussions master Synced today

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

WpDoctrineBundle
================

[](#wpdoctrinebundle)

[![Latest Stable Version](https://camo.githubusercontent.com/a6d92d1ec3e69519d40d82a20b495ec573cea3af5038fdbcfb654eaf244af80c/68747470733a2f2f706f7365722e707567782e6f72672f66726961727475636b363030302f646f637472696e652d77702d62756e646c652f762f737461626c65)](https://packagist.org/packages/friartuck6000/doctrine-wp-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/d3fe375ee40a922d564544d0a1142e3c7630c86ab244a4f6f05d57e8678b012d/68747470733a2f2f706f7365722e707567782e6f72672f66726961727475636b363030302f646f637472696e652d77702d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/friartuck6000/doctrine-wp-bundle)[![Total Downloads](https://camo.githubusercontent.com/b178bc5f529ef0089b107cf511a51b31a819bc62de5977e937ce7c99a94609da/68747470733a2f2f706f7365722e707567782e6f72672f66726961727475636b363030302f646f637472696e652d77702d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/friartuck6000/doctrine-wp-bundle)

A Symfony bundle for handling WordPress data with Doctrine.

Requirements
------------

[](#requirements)

- PHP 5.5+
- Symfony 2.8+

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

[](#installation)

1. Install with Composer:

    ```
    composer install friartuck6000/doctrine-wp-bundle

    ```
2. Register the bundle in your `AppKernel.php`:

    ```
    // ...
    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = [
                // ...
                new Ft6k\Bundle\WpDoctrineBundle\WpDoctrineBundle(),
                // ...
            ];

            return $bundles;
        }
    }
    ```
3. Update your `config.yml`:

    ```
    # app/config/config.yml

    # Bundle configuration
    wp_doctrine:
    	table_prefix: 'wp_'

    # Doctrine mapping configuration
    doctrine:
    	# ...
    	orm:
    		# ...
    		entity_managers:
    			# some_em:
    				mappings:
    					WpDoctrineBundle: ~
    				# ...
    ```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

3676d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4365821?v=4)[Kyle Tucker](/maintainers/friartuck6000)[@friartuck6000](https://github.com/friartuck6000)

---

Top Contributors

[![friartuck6000](https://avatars.githubusercontent.com/u/4365821?v=4)](https://github.com/friartuck6000 "friartuck6000 (25 commits)")

### Embed Badge

![Health badge](/badges/friartuck6000-doctrine-wp-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/friartuck6000-doctrine-wp-bundle/health.svg)](https://phpackages.com/packages/friartuck6000-doctrine-wp-bundle)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8441.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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