PHPackages                             georgringer/country-backport - 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. georgringer/country-backport

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

georgringer/country-backport
============================

Backport of TYPO3 v12 country list to TYPO3 v11

0.0.2(3y ago)33.8k↓66.7%2GPL-2.0-or-laterPHP

Since Jan 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/georgringer/country_backport)[ Packagist](https://packagist.org/packages/georgringer/country-backport)[ Docs](https://github.com/georgringer/country_backport)[ Fund](https://paypal.me/GeorgRinger/10)[ Fund](https://www.amazon.de/hz/wishlist/ls/8F573K08TSDG)[ RSS](/packages/georgringer-country-backport/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

TYPO3 Extension `country_backport`
==================================

[](#typo3-extension-country_backport)

This extension is a backport of the country features from TYPO3 v12 to TYPO3 v11 + 10. Read all about it at

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

[](#installation)

Either use `composer req georgringer/country-backport` or download the extension from the TER

Usage
-----

[](#usage)

Use this extension as in the core but with different namespaces:

```

```

```
$countryProvider = GeneralUtility::makeInstance(\GeorgRinger\CountryBackport\Country\CountryProvider);
$france = $countryProvider->getByIsoCode('FR');
// or
$france = $countryProvider->getByName('France');
// or
$france = $countryProvider->getByAlpha3IsoCode('FRA');
// or
$filter = new \GeorgRinger\CountryBackport\Country\CountryFilter();
$filter->setExcludeCountries(['DE', 'AT']);
$filter->setOnlyCountries(['FR', 'IT', 'AT']);
$list = $countryProvider->getFiltered($filter);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.5% 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 ~15 days

Total

2

Last Release

1195d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (7 commits)")[![josefglatz](https://avatars.githubusercontent.com/u/2861556?v=4)](https://github.com/josefglatz "josefglatz (1 commits)")

### Embed Badge

![Health badge](/badges/georgringer-country-backport/health.svg)

```
[![Health](https://phpackages.com/badges/georgringer-country-backport/health.svg)](https://phpackages.com/packages/georgringer-country-backport)
```

###  Alternatives

[b13/container

Create Custom Container Content Elements for TYPO3

1823.1M63](/packages/b13-container)[georgringer/news

News system - Versatile news system based on Extbase &amp; Fluid and using the latest technologies provided by TYPO3 CMS.

2815.1M90](/packages/georgringer-news)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)[ichhabrecht/content-defender

Define allowed or denied content element types in your backend layouts

892.9M22](/packages/ichhabrecht-content-defender)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)

PHPackages © 2026

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