PHPackages                             borsaco/doctrine-prefix-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. borsaco/doctrine-prefix-bundle

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

borsaco/doctrine-prefix-bundle
==============================

Bundle to add prefix to tables and columns database

3.0.0(6y ago)82.8k↓50%1[2 issues](https://github.com/borsaco/DoctrinePrefixBundle/issues)BSD-3-ClausePHPPHP &gt;=7.1

Since Aug 30Pushed 3y ago2 watchersCompare

[ Source](https://github.com/borsaco/DoctrinePrefixBundle)[ Packagist](https://packagist.org/packages/borsaco/doctrine-prefix-bundle)[ Docs](https://borsaco.ir)[ RSS](/packages/borsaco-doctrine-prefix-bundle/feed)WikiDiscussions master Synced 1mo ago

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

DoctrinePrefixBundle
====================

[](#doctrineprefixbundle)

Bundle to add prefix to tables and columns database

### Install

[](#install)

Via Composer

```
composer require borsaco/doctrine-prefix-bundle

```

### Configuration example

[](#configuration-example)

You can configure prefixes and base naming strategy in config files:

```
config/packages/doctrine_prefix.yaml

doctrine:
  orm:
    naming_strategy: Borsaco\DoctrinePrefixBundle\Doctrine\ORM\Mapping\PrefixNamingStrategy

doctrine_prefix:
  table_prefix: bor_
  column_prefix: sac_
  naming_strategy:
    class: 'Doctrine\ORM\Mapping\UnderscoreNamingStrategy'
    arguments: ['CASE_LOWER', true]
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

2259d ago

Major Versions

1.0.0 → 3.0.02020-03-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e9927d777a2f4eda2e5ad7e16fbc081d1702cd63434a962b51a63d878c2c390?d=identicon)[seddighi78](/maintainers/seddighi78)

---

Top Contributors

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

---

Tags

phpsymfonydoctrineprefixdoctrine-bundle

### Embed Badge

![Health badge](/badges/borsaco-doctrine-prefix-bundle/health.svg)

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

###  Alternatives

[hautelook/alice-bundle

Symfony bundle to manage fixtures with Alice and Faker.

19519.4M34](/packages/hautelook-alice-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)[kucharovic/money-bundle

This bundle provides integration for Money library in your Symfony project.

2253.7k](/packages/kucharovic-money-bundle)

PHPackages © 2026

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