mtichy/internationalization

Internationalized types and utils.

Installs: 5 422

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/mtichy/internationalization

v0.1.2 2019-09-25 14:51 UTC

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';