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.1.0(2w ago)09.4k11unlicensePHPPHP ^7.4 || ^8.0CI passing

Since Jun 17Pushed 2w 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 1w ago

READMEChangelog (3)Dependencies (8)Versions (6)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 8.1 and later.

### 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`:

```
