PHPackages                             jambagecom/div2007 - 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. jambagecom/div2007

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

jambagecom/div2007
==================

Extension library since 2007. Many API functions for Front End extensions. Can replace TYPO3\\CMS\\Frontend\\Plugin\\AbstractPlugin methods.

v2.3.12(4mo ago)214.7k↓38%3[1 PRs](https://github.com/franzholz/div2007/pulls)12GPL-2.0-or-laterPHPPHP ^8.0

Since Jan 14Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/franzholz/div2007)[ Packagist](https://packagist.org/packages/jambagecom/div2007)[ Docs](https://jambage.com)[ RSS](/packages/jambagecom-div2007/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (106)Used By (12)Security (1)

[![TYPO3](https://camo.githubusercontent.com/8645878c1554f23ef8d3c52eefec84d248126781b37fa978601c8657e6b88694/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d457874656e73696f6e2d6f72616e67653f6c6f676f3d5459504f33)](https://extensions.typo3.org/extension/div2007) [![Monthly Downloads](https://camo.githubusercontent.com/e91f57feb922734100a74d4deaeb828328f0f959d6737940f695c3fb0867b104/68747470733a2f2f706f7365722e707567782e6f72672f6a616d62616765636f6d2f646976323030372f642f6d6f6e74686c79)](https://packagist.org/packages/jambagecom/div2007) [![Latest Stable Version](https://camo.githubusercontent.com/308ac1995b6d397e87b5dd77b013957c139a7ae026c31f50f62eac83c7eb6cd5/687474703a2f2f706f7365722e707567782e6f72672f6a616d62616765636f6d2f646976323030372f76)](https://packagist.org/packages/jambagecom/div2007)

TYPO3 extension div2007
-----------------------

[](#typo3-extension-div2007)

Repository:TER:### What is does

[](#what-is-does)

This library offers functions for TYPO3 extensions. tx\_div2007\_div provides a modified t3lib\_div of TYPO3 4.7.10 and backwards compatibility to TYPO3 6.2 and 4.5. It replaces most of the tslib\_pibase methods. You find the migration classes for TYPO3 6.x, 7.x and 8.x inside of the extension migration\_core. Since version 1.10.30 a middleware to store the request is provided for Ajax calls. This is required for Ajax calls since TYPO3 9.5. With this you can use the method FrontendUtility::getPageId() to get the current page id out of the speaking url of the routing enhancer.

All class.tx\_div2007\_xxx.php files have been removed in versions 2.x. Most code of the former extensions div and lib is not present any more. This means that the MVC design pattern of it has been given up. Parts of the former methods have been integrated into the namespace classes.

### Requirements

[](#requirements)

- 2.3 requires TYPO3 12.4 - 13.x
- 2.2.0 and 2.0.5 contain the class JambageComDiv2007CompatibilityAbstractPlugin as replacement for TYPO3CMSFrontendPluginAbstractPlugin needed for TYPO3 13
- 2.1.0 and later require PHP 8 and TYPO3 12.x or TYPO3 13
- 1.16 - 2.0.99 require PHP 7.4 - 8 and TYPO3 10.4 - 12.x
- 1.13 - 11.15 require PHP 7.4 - 8 and TYPO3 10.4 - 11.5
- 1.12.x are the last versions which support PHP 7.2 - 7.4 .
- 1.11.8 has been the last version which supports PHP &lt; 7.2 .
- 1.11.6 has been the last version which supports TYPO3 6.2 .
- 1.7.20 has been the last version which supports TYPO3 4.5 - 6.1 and PHP &lt; 5.5 .

Starting with version 1.12.0 TYPO3 7.6 and PHP 7.2.0 are the minimum requirements to use the extension div2007.

If you run TYPO3 7 oder 8 and older versions of extensions like tt\_products, then you might consider to install also the extension migration\_core, if older TYPO3 class names are still used in extensions which did rely on div2007.

### Setup

[](#setup)

Some texts which are used in multiple extensions are added to the local language files of div2007. You can simply reuse them in your own extensions.

Use this setup to overwrite the privacy policy conditions:

#### example:

[](#example)

```
lib.div2007 {
  _LOCAL_LANG.default {
    privacy_policy.acknowledged = I agree and confirm to have read the privacy policy.
    privacy_policy.hint_1 = A telephone call or an email sent to us is enough to be deleted from our database. You can do this at any time.
  }
}
```

###  Health Score

56

—

FairBetter than 98% of packages

Maintenance74

Regular maintenance activity

Popularity30

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 99.4% 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 ~26 days

Recently: every ~32 days

Total

98

Last Release

142d ago

Major Versions

v1.17.1 → v2.0.02023-12-28

v1.7.2 → v2.0.22024-03-11

v1.17.3 → v2.1.32024-04-10

PHP version history (7 changes)v1.10.14PHP &gt;=5.5.0,&lt;=7.99.99

v1.10.20PHP &gt;=5.5.0,&lt;=7.3.99

v1.11.3PHP ^5.5,^7.1

v1.11.8PHP ^5.5 || ^7.2

v1.12.0PHP ^7.2

v1.13.0PHP ^8.0

v1.14.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c36ec751f4996bdd88bcfca2669db1d0762e765cb449b33d47aed99ef1e1b1c?d=identicon)[franzholz](/maintainers/franzholz)

---

Top Contributors

[![franzholz](https://avatars.githubusercontent.com/u/4855265?v=4)](https://github.com/franzholz "franzholz (539 commits)")[![CrosClemence](https://avatars.githubusercontent.com/u/90200689?v=4)](https://github.com/CrosClemence "CrosClemence (1 commits)")[![jokumer](https://avatars.githubusercontent.com/u/6431813?v=4)](https://github.com/jokumer "jokumer (1 commits)")[![twiesing](https://avatars.githubusercontent.com/u/436986?v=4)](https://github.com/twiesing "twiesing (1 commits)")

---

Tags

libraryextensiontypo3Static Info Tablestslib\_pibaseAbstractPlugin

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jambagecom-div2007/health.svg)

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

###  Alternatives

[friendsoftypo3/tt-address

Displays a list of addresses from an address table on the page.

431.7M38](/packages/friendsoftypo3-tt-address)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1542.7k25](/packages/quellenform-t3x-iconpack)[georgringer/faker

Faker for TYPO3

165.1k](/packages/georgringer-faker)

PHPackages © 2026

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