shezard/iso639

ISO 639-2 mappings

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

This package is not auto-updated.

Last update: 2024-06-18 14:42:30 UTC


README

Iso639-2

A class helping with the manipulation of iso 639-2

Usage :

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