PHPackages                             phrase/phrase-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. [HTTP &amp; Networking](/categories/http)
4. /
5. phrase/phrase-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

phrase/phrase-php
=================

Phrase Strings API Reference. Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.

3.23.0(1w ago)6236.8k↓29.2%4MITPHPPHP &gt;=7.1

Since Jun 3Pushed 3d ago13 watchersCompare

[ Source](https://github.com/phrase/phrase-php)[ Packagist](https://packagist.org/packages/phrase/phrase-php)[ Docs](https://developers.phrase.com/api/)[ RSS](/packages/phrase-phrase-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (16)Versions (67)Used By (0)

phrase-php
==========

[](#phrase-php)

Phrase Strings is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase Strings for your account.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.0
- Package version: 3.23.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/) from [Packagist](https://packagist.org/), run in console:

`composer require phrase/phrase-php`

If you prefer to install the bindings via [Composer](http://getcomposer.org/) from Github repository, add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/phrase/phrase-php.git"
    }
  ],
  "require": {
    "phrase/phrase-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once('/path/to/phrase-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
