I18n framework

Maintainers

👁 olvlvl

Package info

github.com/ICanBoogie/I18n

Homepage

pkg:composer/icanboogie/i18n

Statistics

Installs: 2 726

Dependents: 4

Suggesters: 1

Stars: 0

Open Issues: 1

v2.0.8 2015-01-25 17:03 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 4820e0e6bf8bd7de57a71e0216edd069fb410a33

i18n

This package is auto-updated.

Last update: 2026-06-29 01:06:36 UTC


README

The I18n package provides an API to translate your application.

Requirements

The package requires PHP 5.4 or later.

Installation

The recommended way to install this package is through Composer:

composer require icanboogie/i18n

Cloning the repository

The package is available on GitHub, its repository can be cloned with the following command line:

$ git clone https://github.com/ICanBoogie/I18n.git

Documentation

The package is documented as part of the ICanBoogie framework documentation. You can generate the documentation for the package and its dependencies with the make doc command. The documentation is generated in the docs directory. ApiGen is required. You can later clean the directory with the make clean command.

Testing

The test suite is ran with the make test command. Composer is automatically installed as well as all dependencies required to run the suite. You can later clean the directory with the make clean command.

The package is continuously tested by Travis CI.

👁 Build Status

License

ICanBoogie/I18n is licensed under the New BSD License - See the LICENSE file for details.