2017 © Pedro Peláez
 

library zend-mvc-i18n

Integration between zend-mvc and zend-i18n

image

zendframework/zend-mvc-i18n

Integration between zend-mvc and zend-i18n

  • Tuesday, May 1, 2018
  • by zendframework
  • Repository
  • 18 Watchers
  • 4 Stars
  • 317,397 Installations
  • PHP
  • 49 Dependents
  • 2 Suggesters
  • 14 Forks
  • 3 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

zend-mvc-i18n

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-mvc-i18n., (*1)

Build Status Coverage Status, (*2)

zend-mvc-i18n provides integration between:, (*3)

  • zend-i18n
  • zend-mvc
  • zend-router

and replaces the i18n functionality found in the v2 releases of the latter two components., (*4)

  • File issues at https://github.com/zendframework/zend-mvc-i18n/issues
  • Documentation is at https://docs.zendframework.com/zend-mvc-i18n/

Installation

$ composer require zendframework/zend-mvc-i18n

Assuming you are using the component installer, doing so will enable the component in your application, allowing you to immediately start developing console applications via your MVC. If you are not, please read the introduction for details on how to register the functionality with your application., (*5)

For use with zend-mvc v3 and up

While this component has an initial stable release, please do not use it with zend-mvc releases prior to v3, as it is not compatible., (*6)

Migrating from zend-mvc v2 i18n features to zend-mvc-i18n

Please see the migration guide for details on how to migrate your existing zend-mvc console functionality to the features exposed by this component., (*7)

The Versions