PHPackages                             unjudder/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. unjudder/poeditor-api-client

AbandonedArchivedLibrary[API Development](/categories/api)

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

Poeditor API Client

32.8k3PHP

Since Feb 8Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1944f0f08dd9bdcee5094cd7327ac9b415b26ac76f52beabebee10cf68c867e4?d=identicon)[alrik](/maintainers/alrik)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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