shezard/iso639

ISO 639-2 mappings

Maintainers

Package info

github.com/shezard/Iso639-2

pkg:composer/shezard/iso639

Statistics

Installs: 2 585

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-24 22:53:14 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"