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

ActiveLibrary

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 3d 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 27% 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

2823d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d681d831dda859845e3f483dc05f67f4bca92f8270bf68203ac88e36ccef56fc?d=identicon)[polderknowledge](/maintainers/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

[zf-commons/zfc-user

A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.

4851.1M70](/packages/zf-commons-zfc-user)[foxxmd/laravel-elasticbeanstalk-cron

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

62299.6k](/packages/foxxmd-laravel-elasticbeanstalk-cron)[internations/solr-query-component

Build Solr queries with ease

63216.9k](/packages/internations-solr-query-component)[laravel-validation-rules/country-codes

Validate country codes.

34478.7k](/packages/laravel-validation-rules-country-codes)[shopsys/framework

Core of Shopsys Platform - open source framework for building large, scalable, fast-growing e-commerce projects based on Symfony

25211.4k19](/packages/shopsys-framework)[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)

4951.7k](/packages/fatturaelettronicaphp-fattura-elettronica)

PHPackages © 2026

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