zendframework/zend-i18n
Provide translations for your application, and filter and validate internationalized values
Requires
- php: ^5.6 || ^7.0
- ext-intl: *
- zendframework/zend-stdlib: ^2.7 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.14 || ^7.5.16
- zendframework/zend-cache: ^2.6.1
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-config: ^2.6
- zendframework/zend-eventmanager: ^2.6.2 || ^3.0
- zendframework/zend-filter: ^2.6.1
- zendframework/zend-servicemanager: ^2.7.5 || ^3.0.3
- zendframework/zend-validator: ^2.6
- zendframework/zend-view: ^2.6.3
Suggests
- zendframework/zend-cache: Zend\Cache component
- zendframework/zend-config: Zend\Config component
- zendframework/zend-eventmanager: You should install this package to use the events in the translator
- zendframework/zend-filter: You should install this package to use the provided filters
- zendframework/zend-i18n-resources: Translation resources
- zendframework/zend-servicemanager: Zend\ServiceManager component
- zendframework/zend-validator: You should install this package to use the provided validators
- zendframework/zend-view: You should install this package to use the provided view helpers
Provides
None
Conflicts
- phpspec/prophecy: <1.9.0
Replaces
None
BSD-3-Clause 84038e6a1838b611dcc491b1c40321fa4c3a123c
This package is auto-updated.
Last update: 2020-01-30 15:38:48 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-i18n.
👁 Build Status
👁 Coverage Status
Zend\I18n comes with a complete translation suite which supports all major
formats and includes popular features like plural translations and text domains.
The Translator component is mostly dependency free, except for the fallback to a
default locale, where it relies on the Intl PHP extension.
The translator itself is initialized without any parameters, as any configuration to it is optional. A translator without any translations will actually do nothing but just return the given message IDs.
- File issues at https://github.com/zendframework/zend-i18n/issues
- Documentation is at https://docs.zendframework.com/zend-i18n/
