PHPackages                             theskillz/okdesk-api - 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. theskillz/okdesk-api

ActiveLibrary[API Development](/categories/api)

theskillz/okdesk-api
====================

REST Api client for okdesk.ru

0.1.3(7y ago)0722[1 PRs](https://github.com/theskillz/okdesk-api/pulls)MITPHPPHP ^7.1

Since Sep 8Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (5)Used By (0)

OkDesk PHP API v1
=================

[](#okdesk-php-api-v1)

[![Build Status](https://camo.githubusercontent.com/35aea6c3615f02059fd0c2a5524d71ac1d68a4f13a462cb67d09e79fb67bf998/68747470733a2f2f7472617669732d63692e6f72672f746865736b696c6c7a2f6f6b6465736b2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/theskillz/okdesk-api)[![Packagist](https://camo.githubusercontent.com/0c92d8851de6175fe419c76ad8aa6db7ff78a872ba3d491827ed4d47d67910d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746865736b696c6c7a2f6f6b6465736b2d6170692e737667)](https://packagist.org/packages/theskillz/okdesk-api)

This is an php client for the [OkDesk](http://okdesk.ru) API v1.

Quick Start
-----------

[](#quick-start)

```
require __DIR__ . '/vendor/autoload.php';
use \OkDesk\Api;

$api = new Api("your_okdesk_domain", "your_okdesk_token");

$issue = $api->issues->view(123);
$companiesList = $api->companies->all(['search_string' => 'ACME Ltd']);
```

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

[](#installation)

To integrate this library into your application, use [Composer](https://getcomposer.org). can be installed using [Composer](https://getcomposer.org) by running the following command:

```
php composer.phar require theskillz/okdesk-api
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

Every ~1 days

Total

4

Last Release

2795d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e77177f1ab440be63a14215376d2cfe59a5ceb5ae0da46eabfc3d7a720ceabf2?d=identicon)[theskillz](/maintainers/theskillz)

---

Top Contributors

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

---

Tags

apihelp deskokdesk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/theskillz-okdesk-api/health.svg)

```
[![Health](https://phpackages.com/badges/theskillz-okdesk-api/health.svg)](https://phpackages.com/packages/theskillz-okdesk-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[helpscout/api

Help Scout API v2 Client

1002.1M4](/packages/helpscout-api)[mpclarkson/freshdesk-php-sdk

PHP SDK for the Freshdesk API (v2)

34674.8k5](/packages/mpclarkson-freshdesk-php-sdk)

PHPackages © 2026

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