Skip to content

Commit

Permalink
Merge pull request #7 from viniciusgava/feature/refactory
Browse files Browse the repository at this point in the history
Client refactory - version 2.0
  • Loading branch information
viniciusgava authored Oct 8, 2017
2 parents 9d26a1d + 72000e6 commit c033aae
Show file tree
Hide file tree
Showing 21 changed files with 2,726 additions and 371 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
.idea
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

php:
- 7.0
- 7.1

before_install:
- composer self-update
- composer clear-cache

install:
- composer install --prefer-source --no-interaction --dev

script:
- vendor/bin/phpcs
- vendor/bin/phpunit --coverage-text
371 changes: 0 additions & 371 deletions GoogleTranslate.php

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Google Translate API PHP Client

This project abstract the google translate api versio 2.0 in PHP.
The lib has been refactored to support unit tests, composer, and a better architecture.
Loading

0 comments on commit c033aae

Please sign in to comment.