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. Email us for help if needed.

Installs: 1 583

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/andrdru/localize

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