shezard/iso639

ISO 639-2 mappings

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

This package is not auto-updated.

Last update: 2025-07-01 19:39:51 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"