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

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

lingotek/php-sdk
================

The Lingotek PHP API Client

1.0.0(6y ago)32974[3 issues](https://github.com/Lingotek/php-sdk/issues)[2 PRs](https://github.com/Lingotek/php-sdk/pulls)BSD-3-ClausePHPPHP &gt;=5.3.0CI failing

Since Feb 19Pushed 3y ago12 watchersCompare

[ Source](https://github.com/Lingotek/php-sdk)[ Packagist](https://packagist.org/packages/lingotek/php-sdk)[ Docs](https://github.com/lingotek/php)[ RSS](/packages/lingotek-php-sdk/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Lingotek PHP SDK
================

[](#lingotek-php-sdk)

The [Lingotek Platform](http://devzone.lingotek.com) is a set of APIs that allow you to push and pull multilingual content from the translation hub.

This repository contains an open source Lingotek SDK that allows you to access the Lingotek platform using PHP.

Usage
-----

[](#usage)

The [examples](/examples/example.php) are a good place to start. Here is an example snippet you might try to started:

```
require 'Lingotek.php';

$client = new /Lingotek/RestClient(array(
  'access_token'  => YOUR_ACCESS_TOKEN
));

// Get Community
$response = $client->get('community');
```

You can make api calls by choosing the `HTTP method` (e.g., GET, POST, PATCH, PUT, DELETE), the `resource` (e.g., project), and setting optional `parameters`:

```
$params = array(
  'id' => YOUR_PROJECT_ID
);
$client->get('project', $params);
```

Contributing
------------

[](#contributing)

This open source project was started by Lingotek developers, but is now open to developers world-wide.

Report Issues/Bugs
------------------

[](#report-issuesbugs)

- [Bugs](http://devzone.lingotek.com/contact)
- [Questions](http://devzone.lingotek.com/contact)

---

Under \*BSD 3-Clause License

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b50445d3b4cfbe58893893493e967d4f66e1b31301a5e6340722929d7218ac7?d=identicon)[hlopez](/maintainers/hlopez)

---

Top Contributors

[![smithworx](https://avatars.githubusercontent.com/u/932713?v=4)](https://github.com/smithworx "smithworx (11 commits)")[![jbhovik](https://avatars.githubusercontent.com/u/6866663?v=4)](https://github.com/jbhovik "jbhovik (5 commits)")[![hectorlj](https://avatars.githubusercontent.com/u/25091784?v=4)](https://github.com/hectorlj "hectorlj (4 commits)")[![esogas](https://avatars.githubusercontent.com/u/152029809?v=4)](https://github.com/esogas "esogas (1 commits)")[![fix-the-problem](https://avatars.githubusercontent.com/u/56315526?v=4)](https://github.com/fix-the-problem "fix-the-problem (1 commits)")[![t-murphy](https://avatars.githubusercontent.com/u/22204542?v=4)](https://github.com/t-murphy "t-murphy (1 commits)")

---

Tags

phprestmultilingual

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lingotek-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lingotek-php-sdk/health.svg)](https://phpackages.com/packages/lingotek-php-sdk)
```

###  Alternatives

[abantecart/ups-php

UPS PHP SDK based on OAuth

1815.3k](/packages/abantecart-ups-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
