PHPackages                             onehourtranslation/api2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. onehourtranslation/api2

ActiveLibrary[API Development](/categories/api)

onehourtranslation/api2
=======================

PHP client library for One Hour Translation API (version 2)

v1.1(6y ago)741.1k↓30.8%10[3 issues](https://github.com/OneHourTranslation/API-2-Client-PHP/issues)[1 PRs](https://github.com/OneHourTranslation/API-2-Client-PHP/pulls)2PHPPHP &gt;=5.3.0

Since Jan 31Pushed 4y ago6 watchersCompare

[ Source](https://github.com/OneHourTranslation/API-2-Client-PHP)[ Packagist](https://packagist.org/packages/onehourtranslation/api2)[ Docs](https://www.onehourtranslation.com)[ RSS](/packages/onehourtranslation-api2/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (4)Used By (2)

OneHourTranslation API Library for PHP
======================================

[](#onehourtranslation-api-library-for-php)

Introduction
------------

[](#introduction)

One Hour Translation™ provides translation, proofreading and transcription services worldwide. The following API library allows customers to submit and monitor jobs automatically and remotely.

Preconditions and Dependencies
------------------------------

[](#preconditions-and-dependencies)

#### Authentication

[](#authentication)

1. Register as a customer on [One Hour Translation](http://www.onehourtranslation.com/auth/register).
2. Request your API Keys [here](http://www.onehourtranslation.com/profile/apiKeys).

#### Dependencies

[](#dependencies)

1. PHP &gt;5.3
2. PHP [cURL](http://www.php.net/manual/en/book.curl.php) Library

#### Installation - Method 1:

[](#installation---method-1)

Download this library to your project's 3rd party libraries path:

```
git clone https://github.com/OneHourTranslation/API-2-Client-PHP /your-project/vendor/OHT

```

And include the library in your project:

```
