Skip to content

Commit

Permalink
Update Readme (#13)
Browse files Browse the repository at this point in the history
* Update install

* Update badge
  • Loading branch information
matriphe authored Mar 17, 2024
1 parent 4c41956 commit 3b7855e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# PHP ISO-639

[![Build Status](https://travis-ci.org/matriphe/php-iso-639.svg)](https://travis-ci.org/matriphe/php-iso-639)
[![Run Test](https://github.com/matriphe/php-iso-639/actions/workflows/test-pipeline.yml/badge.svg?branch=master)](https://github.com/matriphe/php-iso-639/actions/workflows/test-pipeline.yml)
[![Total Download](https://img.shields.io/packagist/dt/matriphe/iso-639.svg)](https://packagist.org/packages/matriphe/iso-639)
[![Latest Stable Version](https://img.shields.io/packagist/v/matriphe/iso-639.svg)](https://packagist.org/packages/matriphe/iso-639)

PHP library to convert ISO-639-1 code to language name, based on Wikipedia's [List of ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes).

## Installation

Using composer: `composer require matriphe/iso-639`
For PHP 8.1 or latest:

```shell
composer require matriphe/iso-639
```

For older PHP version:

```shell
composer require matriphe/iso-639:1.3
```

## Usage Example

Expand Down

0 comments on commit 3b7855e

Please sign in to comment.