PHPackages                             translate-api/client - 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. [Localization &amp; i18n](/categories/localization)
4. /
5. translate-api/client

ActiveLibrary[Localization &amp; i18n](/categories/localization)

translate-api/client
====================

Official PHP SDK for Translate API - Easy text translation

20PHP

Since Nov 30Pushed 5mo agoCompare

[ Source](https://github.com/Translate-api/translate-api-php-sdk)[ Packagist](https://packagist.org/packages/translate-api/client)[ RSS](/packages/translate-api-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Translate API - PHP SDK
=======================

[](#translate-api---php-sdk)

Official PHP SDK for [Translate API](https://translate-api.com).

🚀 Quick Start (For Beginners)
-----------------------------

[](#-quick-start-for-beginners)

### Step 1: Get Your API Key

[](#step-1-get-your-api-key)

1. Go to
2. Click "Login" or "Get Started"
3. Create an account (it's free to start!)
4. Go to your Dashboard
5. Click "Create API Key"
6. Copy your API key - you'll need it!

### Step 2: Install the SDK

[](#step-2-install-the-sdk)

**If you have Composer installed:**

```
composer require translate-api/client
```

**If you don't have Composer:**

1. Download Composer from
2. Run the installer
3. Then run the command above

### Step 3: Use It!

[](#step-3-use-it)

```
