PHPackages                             translateplus/translateplus-php - 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. translateplus/translateplus-php

ActiveLibrary[API Development](/categories/api)

translateplus/translateplus-php
===============================

Official PHP client library for Translation API - Professional translation service for text, HTML, emails, subtitles, and i18n files

v2.0.0(4mo ago)00MITPHPPHP &gt;=7.4

Since Jan 12Pushed 4mo agoCompare

[ Source](https://github.com/translateplus/translateplus-php)[ Packagist](https://packagist.org/packages/translateplus/translateplus-php)[ RSS](/packages/translateplus-translateplus-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

TranslatePlus PHP Client
========================

[](#translateplus-php-client)

Official PHP client library for the TranslatePlus API - Professional translation service for text, HTML, emails, subtitles, and i18n files.

[![Packagist Version](https://camo.githubusercontent.com/8c5be6c37c25cf46f7637f5a8f39dd5148754e1a8975956f5aa2eda5fca504a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7472616e736c617465706c75732f7472616e736c617465706c75732d706870)](https://packagist.org/packages/translateplus/translateplus-php)[![PHP Version](https://camo.githubusercontent.com/bc597e2da9258486e4b7613d8f764d72d423da41f3007f6df41b698e5aa8460d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7472616e736c617465706c75732f7472616e736c617465706c75732d706870)](https://www.php.net/)[![License](https://camo.githubusercontent.com/10fec4abc0f44efd2de5bcf974b0fc41453734fbb35c03eb4087f459f20732ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7472616e736c617465706c75732f7472616e736c617465706c75732d706870)](LICENSE)

Features
--------

[](#features)

- ✅ **Full API Support** - All endpoints including text, batch, HTML, email, subtitles, and i18n translation
- ✅ **Error Handling** - Comprehensive exception handling with detailed error messages
- ✅ **Retry Logic** - Automatic retry with exponential backoff for failed requests
- ✅ **Concurrency Control** - Built-in support for parallel translations with configurable concurrency limits
- ✅ **Type Safety** - Full PHPDoc annotations for better IDE support
- ✅ **Production Ready** - Connection pooling, rate limiting, and robust error handling

Installation
------------

[](#installation)

Install via Composer:

```
composer require translateplus/translateplus-php
```

Quick Start
-----------

[](#quick-start)

```
