PHPackages                             milqmedia/poeditor-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. [API Development](/categories/api)
4. /
5. milqmedia/poeditor-api-client

AbandonedLibrary[API Development](/categories/api)

milqmedia/poeditor-api-client
=============================

Poeditor API Client

0.0.1(11y ago)01.8kPHPPHP &gt;=5.3.3

Since Feb 18Pushed 10y ago4 watchersCompare

[ Source](https://github.com/milqmedia/poeditor-php-client)[ Packagist](https://packagist.org/packages/milqmedia/poeditor-api-client)[ Docs](https://github.com/milqmedia/poeditor-php-client)[ RSS](/packages/milqmedia-poeditor-api-client/feed)WikiDiscussions master Synced 1mo ago

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

unjudder/poeditor-api-client
============================

[](#unjudderpoeditor-api-client)

Poeditor API Client Module written in PHP.

`#``Uj\Poed\Api\Client`**Version**dev-master**Authors**- Alrik Zachert

**License**\[BSD-3-Clause\]( License)Overview
--------

[](#overview)

API Client Interface for [Poeditor API](https://poeditor.com).

Installation
------------

[](#installation)

Use [Composer](http://getcomposer.org) to install the Poeditor Api Client. Add the following lines to your `composer.json` file.

```
   "require": {
       "unjudder/poeditor-api-client": "dev-master"
   }
```

Try It out
----------

[](#try-it-out)

```
use Uj\Poed\Api\Client;

$apiClient = new Client("YOUR API ACCESS TOKEN");

// list all projects
// returns Uj\Poed\Entity\Project[]
$apiClient->getProjects();

// return a specific project
// returns Uj\Poed\Entity\Project
$project = $apiClient->getProject($projectID);

// add a language to the project
$project->addLanguage('en');

// deletes the given language
$project->deleteLanguage('en');

// list all terms
// returns \Uj\Poed\Entity\Term[]
$project->getTerms();

// list all definitions
// returns \Uj\Poed\Entity\Definition[]
$project->getDefinitions($languageCode);
```

License
-------

[](#license)

The files in this project are released under the unjudder license. Please find a copy of this license bundled with this package in the file `LICENSE.md`. Our License is also available through the web at: .

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

4098d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9accfc27a11f42502f72de83b257be9a77f345196ef0cb0b129564cfb4111ccf?d=identicon)[yo-han](/maintainers/yo-han)

---

Top Contributors

[![alrik](https://avatars.githubusercontent.com/u/1223498?v=4)](https://github.com/alrik "alrik (11 commits)")

---

Tags

apiapi clientPoeditor

### Embed Badge

![Health badge](/badges/milqmedia-poeditor-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/milqmedia-poeditor-api-client/health.svg)](https://phpackages.com/packages/milqmedia-poeditor-api-client)
```

###  Alternatives

[m1x0n/helpscout-docs-api-php

API client for the Help Scout Docs API

2124.2k1](/packages/m1x0n-helpscout-docs-api-php)

PHPackages © 2026

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