php-extended / php-locale-interface
A specification library to implements locale features
Package info
gitlab.com/php-extended/php-locale-interface
pkg:composer/php-extended/php-locale-interface
9.0.6
2026-05-19 23:49 UTC
Requires
- php: >=8.2
This package is auto-updated.
Last update: 2026-05-19 21:50:32 UTC
README
A specification library to implements locale features.
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar install php-extended/php-locale-interface ^9
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-locale-object.
License
MIT (See license file).