PHPackages                             polderknowledge/zend-form-country-select - 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. polderknowledge/zend-form-country-select

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

polderknowledge/zend-form-country-select
========================================

Country select box for Zend Framework 3

0.2.0(7y ago)047MITPHPPHP &gt;= 7.0

Since Aug 20Pushed 7y ago4 watchersCompare

[ Source](https://github.com/polderknowledge/zend-form-country-select)[ Packagist](https://packagist.org/packages/polderknowledge/zend-form-country-select)[ RSS](/packages/polderknowledge-zend-form-country-select/feed)WikiDiscussions master Synced 2w ago

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

ZF3 Country dropdown
====================

[](#zf3-country-dropdown)

Country dropdown for [zend-form](https://docs.zendframework.com/zend-form/) (Zend Framework 3).

Works with 2-letter ISO 3166 codes

Options are displayed in the current locale.

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

[](#installation)

```
$ composer require polderknowledge/country-dropdown

```

Usage
-----

[](#usage)

in Form::init():

```
$this->add([
    'type' => CountrySelect::class,
    'name' => 'country',
    'options' => [
        // optional countries to display first in the dropdown above a separator
        'top_country_codes' => ['NL', 'ES'],
    ],
]);
```

Rendering can be done in the same way as a normal select element.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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 ~1 days

Total

2

Last Release

2871d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2264982?v=4)[Polder Knowledge](/maintainers/polderknowledge)[@polderknowledge](https://github.com/polderknowledge)

---

Tags

countriescountry-selectionselectboxzendzend-formzendframework

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/polderknowledge-zend-form-country-select/health.svg)

```
[![Health](https://phpackages.com/badges/polderknowledge-zend-form-country-select/health.svg)](https://phpackages.com/packages/polderknowledge-zend-form-country-select)
```

###  Alternatives

[foxxmd/laravel-elasticbeanstalk-cron

Ensure only one Laravel instance is running CRON jobs in an EB environment

62311.8k](/packages/foxxmd-laravel-elasticbeanstalk-cron)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

19253.0k3](/packages/interaction-design-foundation-laravel-geoip)[fatturaelettronicaphp/fattura-elettronica

Pacchetto PHP per la lettura, la generazione e la validazione della fattura elettronica, sia per la Pubblica Amministrazione che tra privati (B2B)

5061.4k](/packages/fatturaelettronicaphp-fattura-elettronica)[sourceability/string-matcher

A library which makes it easy to use multiple approaches to find the best matching string

10537.6k](/packages/sourceability-string-matcher)[mention/retry

A Retry library for PHP

1326.1k](/packages/mention-retry)

PHPackages © 2026

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