PHPackages                             lilt/lilt-connector-sdk-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. lilt/lilt-connector-sdk-php

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

lilt/lilt-connector-sdk-php
===========================

This document describes the Plugin API for Lilt's Connector platform. The Plugin API is intented to be used by developers who wish to build integrations into their desired systems. The purpose of this API is to enable content transfer and status monitoring for localization projects. - Read more about the concepts and workflows in the \[user guide\](/docs/api/v1.0). - Test the API interactively via \[Swagger UI\](/api/v1.0/ui).

1.0.0(2y ago)08.7k1[1 PRs](https://github.com/lilt/lilt-connector-sdk-php/pulls)1unlicensePHPPHP ^7.4 || ^8.0

Since Jun 17Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/lilt/lilt-connector-sdk-php)[ Packagist](https://packagist.org/packages/lilt/lilt-connector-sdk-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/lilt-lilt-connector-sdk-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (1)

lilt-connector-sdk-php
======================

[](#lilt-connector-sdk-php)

This document describes the Plugin API for Lilt's Connector platform. The Plugin API is intented to be used by developers who wish to build integrations into their desired systems. The purpose of this API is to enable content transfer and status monitoring for localization projects.

- Read more about the concepts and workflows in the [user guide](/docs/api/v1.0).
- Test the API interactively via [Swagger UI](/api/v1.0/ui).

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
