Download the PHP package simplecomplex/locale without Composer
On this page you can find all versions of the php package simplecomplex/locale. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simplecomplex/locale
More information about simplecomplex/locale
Files in simplecomplex/locale
Download simplecomplex/locale
More information about simplecomplex/locale
Files in simplecomplex/locale
Vendor simplecomplex
Package locale
Short Description Locale and language utilities, .ini configuration based localization.
License MIT
Homepage https://github.com/simplecomplex/php-locale
Package locale
Short Description Locale and language utilities, .ini configuration based localization.
License MIT
Homepage https://github.com/simplecomplex/php-locale
Please rate this library. Is it a good library?
Informations about the package locale
Locale
Localization, primarily of texts
Texts are referred by (free format) IDs.
.ini-file based.
Superior to gettext (.po) in these ways:
- texts (translations) don't get orphaned when you change the source text
- editors/translators work in standard plaintext editors
- texts can be organised in groups and sub groups.
- no need for complex parsers and im-/export features, databases etc.
- miniscule resource footprint
.ini-file example
Dependency injection container ID: locale
Recommendation: access (and thus instantiate) locale via DI container ID 'locale'.
See SimpleComplex Utils .
CLI commands
Installation
Copy the 'global' config .ini file (see SimpleComplex Config)
and place it in config's 'base' or 'override' path.
Follow the instructions within in that file,
and modify it to suit the current system's structure and features.
Requirements
- PHP >=7.0
- SimpleComplex Config
- SimpleComplex Utils
Suggestions
All versions of locale with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
simplecomplex/utils Version ^1.8 || ^2.0 || dev-develop
simplecomplex/config Version ^2.1 || dev-develop
simplecomplex/utils Version ^1.8 || ^2.0 || dev-develop
simplecomplex/config Version ^2.1 || dev-develop
The package simplecomplex/locale contains the following files
Loading the files please wait ....