mtichy/internationalization

Internationalized types and utils.

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

This package is not auto-updated.

Last update: 2024-04-18 11:56:26 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';