shezard/iso639

ISO 639-2 mappings

Installs: 2 585

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/shezard/iso639

dev-master 2014-11-28 15:32 UTC

This package is not auto-updated.

Last update: 2025-09-23 20:43:34 UTC


README

A class helping with the manipulation of iso 639-2

Usage :

<?php
    
  \Iso639\Codes::getFrenchName("fre"); // "français"
  \Iso639\Codes::getEnglishName("fre"); // "French"