2017 © Pedro Peláez
 

library gengo

Gengo API client library for PHP

image

gengo/gengo

Gengo API client library for PHP

  • Wednesday, June 13, 2018
  • by hermanschaaf
  • Repository
  • 35 Watchers
  • 23 Stars
  • 24,840 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 1 Open issues
  • 25 Versions
  • 5 % Grown

The README.md

Build Status Maintainability Test Coverage, (*1)

Gengo PHP Library (for the Gengo API)

Translating your tools and products helps people all over the world access them; this is, of course, a somewhat tricky problem to solve. Gengo is a service that offers human-translation (which is often a higher quality than machine translation), and an API to manage sending in work and watching jobs. This is a PHP interface to make using the API simpler (some would say incredibly easy)., (*2)

This package contains both a client library for accessing the Gengo Translate API, as well as some example code showing how to use the library., (*3)

Installation & Requirements

Installing the library is simple. Just add it to "require" of your composer.json, (*4)

composer require gengo/gengo

Then inside of your code you can call:, (*5)

\Gengo\Config::setAPIkey("your_api_key");
\Gengo\Config::setPrivateKey("your_private_key");

$job1 = array(
    "type"     => "text",
    "slug"     => "API Liverpool 1",
    "body_src" => "Liverpool_1 Football Club is an English Premier League football club based in Liverpool, Merseyside.",
    "lc_src"   => "en",
    "lc_tgt"   => "ja",
    "tier"     => "standard",
    "force"    => 1,
);

$jobs = array("job_01" => $job1);

$api = new \Gengo\Jobs();
$api->postJobs($jobs);
$response = json_decode($api->getResponseBody(), true);

When you are ready to go live insert the following before calls to Gengo:, (*6)

\Gengo\Config::useProduction();

You can read through files in tests folder for more usage examples., (*7)

Question, Comments, Complaints, Praise?

If you have questions or comments and would like to reach us directly, please feel free to do so at the following outlets. We love hearing from developers!, (*8)

If you come across any issues, please file them on the Github project issue tracker. Thanks!, (*9)

Documentation

Check out the full Gengo API documentation., (*10)

The Versions

29/09 2016

2.1.7

2.1.7.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

04/08 2016

2.1.6

2.1.6.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

28/10 2015

dev-104688106-tone-purpose

dev-104688106-tone-purpose http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

24/08 2015

2.1.5

2.1.5.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

18/06 2015

2.1.4

2.1.4.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

23/05 2015

2.1.3

2.1.3.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

16/04 2015

2.1.2

2.1.2.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

28/11 2014

1.0.5

1.0.5.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

29/07 2014

dev-74669474_order_cancelation_not_working

dev-74669474_order_cancelation_not_working http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

28/07 2014

dev-test_revert

dev-test_revert http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

23/06 2014

1.0.4

1.0.4.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

22/06 2014

1.0.3

1.0.3.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

19/06 2014

1.0.2

1.0.2.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

17/06 2014

1.0.1

1.0.1.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo

03/06 2014

1.0.0

1.0.0.0 http://github.com/gengo/gengo-php

Gengo API client library for PHP

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

api translation gengo