Skip to content

Commit

Permalink
Add style ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MammutAlex committed Mar 3, 2017
1 parent 98ad477 commit e597127
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# polyglot
# Polyglot
[![Build Status](https://travis-ci.org/MammutAlex/polyglot.svg?branch=master)](https://travis-ci.org/MammutAlex/polyglot)
[![Total Downloads](https://poser.pugx.org/mammut-alex/polyglot/downloads)](https://packagist.org/packages/mammut-alex/polyglot)
[![Latest Stable Version](https://poser.pugx.org/mammut-alex/polyglot/v/stable)](https://packagist.org/packages/mammut-alex/polyglot)
[![License](https://poser.pugx.org/mammut-alex/polyglot/license)](https://packagist.org/packages/mammut-alex/polyglot)
[![Code Climate](https://lima.codeclimate.com/github/MammutAlex/polyglot/badges/gpa.svg)](https://lima.codeclimate.com/github/MammutAlex/polyglot)
[![StyleCI](https://styleci.io/repos/81186920/shield?branch=master)](https://styleci.io/repos/81186920)

#Installation
##Installation
Require this package in your `composer.json` and update composer.

```php
"mammut-alex/polyglot": "0.1.*"
```

or `composer require mammut-alex/polyglot`
# Documentation
## Documentation
Translator works with a database, it looks for a prefix code language

Here is an example Migration
Expand Down

0 comments on commit e597127

Please sign in to comment.