mtichy / internationalization
Internationalized types and utils.
Installs: 5 422
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/mtichy/internationalization
Requires
- php: >=7.2
- mtichy/types: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.4
This package is not auto-updated.
Last update: 2025-10-02 19:13:46 UTC
README
This library provides internationalized data types and utils.
Installation
via composer:
composer require mtichy/internationalization
or you can just download project source files directly
Usage
with composer:
<?php
require __DIR__.'/vendor/autoload.php';
without composer
<?php
require 'path-to-I18N-dir/autoload.php';