PHPackages                             evoweb/extender - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. evoweb/extender

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

evoweb/extender
===============

Extending extbase domain models like a pro with extender

11.1.2(1mo ago)11281.4k↓56.1%136GPL-2.0-or-laterPHPCI passing

Since Jun 6Pushed 6d ago3 watchersCompare

[ Source](https://github.com/evoWeb/extender)[ Packagist](https://packagist.org/packages/evoweb/extender)[ Docs](https://www.evoweb.de)[ Fund](https://www.paypal.me/garbast)[ GitHub Sponsors](https://github.com/garbast)[ RSS](/packages/evoweb-extender/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (35)Versions (39)Used By (6)

TYPO3 Extending extbase domain models
=====================================

[](#typo3-extending-extbase-domain-models)

[![build](https://github.com/evoWeb/extender/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/evoWeb/extender/actions/workflows/ci.yml/badge.svg?branch=develop)[![Latest Stable Version](https://camo.githubusercontent.com/151bf514d1a6b24afc65bf5e5a531a78a15200939eb77e04650d8ca0387af56e/68747470733a2f2f706f7365722e707567782e6f72672f65766f7765622f657874656e6465722f762f737461626c65)](https://packagist.org/packages/evoweb/extender)[![Monthly Downloads](https://camo.githubusercontent.com/c61d9796495b18643621bf40d121634be030d8652a6228706b0c1011034504f8/68747470733a2f2f706f7365722e707567782e6f72672f65766f7765622f657874656e6465722f642f6d6f6e74686c79)](https://packagist.org/packages/evoweb/extender)[![Total Downloads](https://camo.githubusercontent.com/b25b7b2c25925b6cddd8e64add46bd9165d52ac3483af43e4bf831e296ebf55e/68747470733a2f2f706f7365722e707567782e6f72672f65766f7765622f657874656e6465722f646f776e6c6f616473)](https://packagist.org/packages/evoweb/extender)

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

[](#installation)

### via Composer

[](#via-composer)

The recommended way to install EXT:extender is by using [Composer](https://getcomposer.org):

```
composer require evoweb/extender

```

### quick introduction

[](#quick-introduction)

Add the extending classname to your packages Services.yaml and add a tag to it. The tag must contain the name 'extender.extends' and the class it is extending.

Services.yaml

```
services:

  Fixture\ExtendingExtension\Domain\Model\BlobExtend:
    tags:
      -
        name: 'extender.extends'
        class: Fixture\BaseExtension\Domain\Model\Blob
```

###  Health Score

64

—

FairBetter than 99% of packages

Maintenance96

Actively maintained with recent releases

Popularity45

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~91 days

Recently: every ~127 days

Total

37

Last Release

37d ago

Major Versions

7.1.0 → 8.1.02021-11-07

8.1.0 → 9.0.02023-02-16

9.0.1 → 10.0.02023-11-10

9.x-dev → 11.0.02024-08-11

10.x-dev → 11.0.12025-01-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5036924?v=4)[Sebastian Fischer](/maintainers/garbast)[@garbast](https://github.com/garbast)

---

Top Contributors

[![garbast](https://avatars.githubusercontent.com/u/5036924?v=4)](https://github.com/garbast "garbast (320 commits)")[![Mabahe](https://avatars.githubusercontent.com/u/1684986?v=4)](https://github.com/Mabahe "Mabahe (7 commits)")[![bnf](https://avatars.githubusercontent.com/u/473155?v=4)](https://github.com/bnf "bnf (4 commits)")[![evoWeb](https://avatars.githubusercontent.com/u/2483872?v=4)](https://github.com/evoWeb "evoWeb (3 commits)")[![lexfrolenko](https://avatars.githubusercontent.com/u/38720734?v=4)](https://github.com/lexfrolenko "lexfrolenko (2 commits)")[![frans-beech-it](https://avatars.githubusercontent.com/u/4436635?v=4)](https://github.com/frans-beech-it "frans-beech-it (1 commits)")[![pniederlag](https://avatars.githubusercontent.com/u/85458?v=4)](https://github.com/pniederlag "pniederlag (1 commits)")[![sfroemkenjw](https://avatars.githubusercontent.com/u/123929835?v=4)](https://github.com/sfroemkenjw "sfroemkenjw (1 commits)")[![tmotyl](https://avatars.githubusercontent.com/u/515397?v=4)](https://github.com/tmotyl "tmotyl (1 commits)")

---

Tags

extbaseextendingtypo3domain models

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/evoweb-extender/health.svg)

```
[![Health](https://phpackages.com/badges/evoweb-extender/health.svg)](https://phpackages.com/packages/evoweb-extender)
```

###  Alternatives

[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[deptrac/deptrac

Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.

3.0k8.8M118](/packages/deptrac-deptrac)

PHPackages © 2026

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