simplesilex/silex-i18n
Composer 安装命令:
composer require simplesilex/silex-i18n
包简介
Silex internationalization tools
README 文档
README
Silex internationalization tools based on Silex micro-framework, Symfony2 components and Twig.
Silex-i18n works with PHP 5.3.3 or later.
Version 1.0 will be based on symfocode/twig-i18n.
Version 0.3 will be transitional version, and will maintain the current code.
Features
-
The LinkServiceProvider makes it easy to create locale links. Learn more.

-
The DateServiceProvider makes it easy to create custom date formats. Learn more.

Installation
The recommended way to install Silex-i18n is through
composer. Just create a composer.json file and
run the php composer.phar install command to install it:
{
"require": {
"simplesilex/silex-i18n": "~0.2"
}
}
Tests
To run the test suite, you need composer.
$ php composer.phar install --dev
$ phpunit
License
Silex-i18n is licensed under the MIT license.
统计信息
- 总下载量: 312
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-09