Skip to content

simplesilex/silex-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplesilex/Silex-i18n

Build Status

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. Links

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

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.

About

Silex internationalization tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages