PHPackages                             tehla/sf-extension - 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. tehla/sf-extension

ActiveBundle

tehla/sf-extension
==================

Useful symfony extensions

07PHP

Since May 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tehla/sf-extension)[ Packagist](https://packagist.org/packages/tehla/sf-extension)[ RSS](/packages/tehla-sf-extension/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

TehlaExtensionBundle :
======================

[](#tehlaextensionbundle-)

Installation :
--------------

[](#installation-)

`composer require tehla/sf-extension`

Components :
------------

[](#components-)

### schema\_filter :

[](#schema_filter-)

Prevent doctrine modifications with `doctrine:schema:update` command on tables defined in `doctrine.dbal.schema_filter`

See

Example:

```
doctrine:
    dbal:
        schema_filter: '/^((?!view_).)*$/'

```

To enable this feature in `services.yaml` :

```
tehla_extension:
    component:
        schema_filter: true

```

### maker\_twig:

[](#maker_twig)

Use twig templates with symfony maker :

```
tehla_extension:
    component:
        maker_twig: true

```

> Warning should appear during the making from your twig templates. You can ignore them.

### maker\_generator:

[](#maker_generator)

The symfony maker bundle only generates classes into `src` folder with unwanted `App\` namespace. You can now make your code anywhere in your project, by declaring the namespaces you want to host your generated code :

```
tehla_extension:
    component:
        maker_generator:
            - My\NameSpace\Out\Of\Src
            - Other\Namespace

```

> This feature should only work with `Generator::generateFile()`, where you can specify the destination path of your generated code.

> Warning should appear during the making from your twig templates. You can ignore them.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/00422770a03acd47e6db9c4d4010932dfcacf9885b9673fcbcf5841b136687c4?d=identicon)[tehla](/maintainers/tehla)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tehla-sf-extension/health.svg)

```
[![Health](https://phpackages.com/badges/tehla-sf-extension/health.svg)](https://phpackages.com/packages/tehla-sf-extension)
```

PHPackages © 2026

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