Filters

Introduction

zend-i18n ships with a set of internationalization-related filters.

These filters are based on Zend Frameworks's component for filtering and normalizing data and files: zend-filter.

Installation requirements

The filtering support of zend-i18n depends on the zend-filter component, so be sure to have it installed before getting started:

bash $ composer require zendframework/zend-filter

Found a mistake or want to contribute to the documentation? Edit this page on GitHub!