Skip to content

Commit 1d20b67

Browse files
committed
Update README.md
1 parent 0d02f09 commit 1d20b67

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
[![StyleCI](https://styleci.io/repos/119397036/shield)](https://styleci.io/repos/119397036)
22
[![Build Status](https://travis-ci.org/descom-es/php-file-encoding.svg?branch=1.0)](https://travis-ci.org/descom-es/php-file-encoding)
3+
34
# PHP convert files encoding
45
PHP class to convert files encoding
56

7+
## Installation
8+
9+
You can install it with composer:
10+
11+
```bash
12+
composer require descom/file_encoding
13+
```
14+
615
## Usage
716
```php
8-
Encoding($file, $encoding_to, $encodings_detected);
17+
encodeFile($file, $encoding_to, $encodings_detected);
918
```
1019

1120
This is an example:

0 commit comments

Comments
 (0)