andrdru/localize

php i18n library based on .po files

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0.0 2017-08-02 08:51 UTC

This package is not auto-updated.

Last update: 2021-04-13 10:01:23 UTC


README

php localize library

  • simplify work with translations, using gettext .po and .mo files
  • versions
  • avoid gettext cash troubles on translation update

Composer

{
    "require": {
        "andrdru/localize": "1.0.*"
    }
}

or

composer require andrdru/localize:1.0.*