https://github.com/icinga/ipl-i18n
https://github.com/icinga/ipl-i18n
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/icinga/ipl-i18n
- Owner: Icinga
- License: mit
- Created: 2020-07-08T07:36:28.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T11:38:18.000Z (about 2 years ago)
- Last Synced: 2024-10-29T01:15:32.134Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icinga PHP Library - Internationalization (i18n)
[](https://php.net/)

`ipl\i18n` provides a translation suite using PHP's native [gettext](https://www.php.net/gettext) extension.
## Installation
The recommended way to install this library is via [Composer](https://getcomposer.org):
```
composer require ipl/i18n
```