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 1mo 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 37% 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

4772d 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

[omines/datatables-bundle

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

2851.4M6](/packages/omines-datatables-bundle)[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

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

PHPackages © 2026

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