PHPackages                             blake/symfony-extensions - 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. blake/symfony-extensions

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

blake/symfony-extensions
========================

Provides some extra goodies to the base controller class and Doctrine entities in Symfony 2.

v1.0(13y ago)020MITPHPPHP &gt;=5.3.2

Since Apr 14Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Panoptisis/SymfonyExtensions)[ Packagist](https://packagist.org/packages/blake/symfony-extensions)[ Docs](https://github.com/Panoptisis/SymfonyExtensions)[ RSS](/packages/blake-symfony-extensions/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

SymfonyExtensions
=================

[](#symfonyextensions)

This library adds some simple functionality that I find helpful when creating Symfony 2 applications.

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

[](#installation)

To use this library, simply add **SymfonyExtensions** to your `composer.json`:

```
{
    "require": {
        "blake/symfony-extensions": "*"
    }
}
```

Documentation
-------------

[](#documentation)

For now, this library provides some base classes that you can extend to get some added functionality.

### Blake\\SymfonyExtensions\\Controller\\Controller

[](#blakesymfonyextensionscontrollercontroller)

- Provides a `#getRepository($className)` method that is a shortcut for `#getDoctrine()->getRepository($className)`

### Blake\\SymfonyExtensions\\Entity\\Entity

[](#blakesymfonyextensionsentityentity)

- Provides magic getters and setters so you don't need to generate and maintain them
    - **E.g.** `getName()` will return the value of `$name` if it exists
    - *Properties can be ignored by prepending them with an underscore (`_`)*

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

4818d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67a9f18954ccfca16e83007ec774c87ce555d33db491c37bca043b59e5d80b9b?d=identicon)[Panoptisis](/maintainers/Panoptisis)

---

Top Contributors

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

---

Tags

symfonybundledoctrineextension

### Embed Badge

![Health badge](/badges/blake-symfony-extensions/health.svg)

```
[![Health](https://phpackages.com/badges/blake-symfony-extensions/health.svg)](https://phpackages.com/packages/blake-symfony-extensions)
```

###  Alternatives

[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.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[omines/datatables-bundle

Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support

2841.5M6](/packages/omines-datatables-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.

939.0k](/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)[huluti/doctrine-relations-analyser

A Symfony bundle that provides tools for analyzing Doctrine relationships

156.6k](/packages/huluti-doctrine-relations-analyser)

PHPackages © 2026

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