Skip to content

Commit

Permalink
Add composer info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Oct 17, 2014
1 parent abf709e commit c0eaf25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Google-Translate-PHP

Google Translate API free PHP class. Translates totally free of charge.

## Installation

Installing this package through [Composer](https://getcomposer.org/). Edit your project's `composer.json` file to require `stichoza/google-translate-php`.

```json
"require": {
"stichoza/google-translate-php": "~2.0"
}
```

## Usage

Instantiate GoogleTranslate object
Expand Down

0 comments on commit c0eaf25

Please sign in to comment.