PHPackages                             dokobit/ws-api-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. dokobit/ws-api-sdk-php

ActiveLibrary

dokobit/ws-api-sdk-php
======================

Client for Dokobit.com e-signature WS API

2.1.0(2y ago)013.5k↓16.7%5[2 PRs](https://github.com/dokobit/ws-api-sdk-php/pulls)MITPHPPHP &gt;=7.1.0CI failing

Since May 26Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/dokobit/ws-api-sdk-php)[ Packagist](https://packagist.org/packages/dokobit/ws-api-sdk-php)[ Docs](https://www.dokobit.com/solutions)[ RSS](/packages/dokobit-ws-api-sdk-php/feed)WikiDiscussions 2.0 Synced 1mo ago

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

Dokobit WS API PHP Client
=========================

[](#dokobit-ws-api-php-client)

[![Code Coverage](https://camo.githubusercontent.com/8658d6532ec826f7b4acfd7b008ec59d3eadde2259c6f933c434e42be0cdb0d1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f6b6f6269742f77732d6170692d73646b2d7068702f6261646765732f636f7665726167652e706e673f623d322e30)](https://scrutinizer-ci.com/g/dokobit/ws-api-sdk-php/?branch=2.0)[![Build Status](https://camo.githubusercontent.com/82d3d214f1df816ba1196560579f4b644d7f3c501b2d3a455295dd190b6502c7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f6b6f6269742f77732d6170692d73646b2d7068702f6261646765732f6275696c642e706e673f623d322e30)](https://scrutinizer-ci.com/g/dokobit/ws-api-sdk-php/build-status/2.0)

How to start?
-------------

[](#how-to-start)

Check integration tests under `tests/Integration` for library use cases.

Logging requests
----------------

[](#logging-requests)

### Custom PSR-3 logger

[](#custom-psr-3-logger)

```
use GuzzleHttp\Middleware;
use GuzzleHttp\MessageFormatter;
use Monolog\Logger;

$log = Middleware::log(new Logger('requests'), new MessageFormatter(MessageFormatter::DEBUG));

$client = Dokobit\Client::create([
    'apiKey' => 'xxxxxx',
    'sandbox' => true,
], $log);

```

Read more:

Debugging
---------

[](#debugging)

To dig more into occured error use following methods. A

```
echo (string) $exception->getMessage()
echo (string) $exception->getPrevious()->getResponse()
var_dump( $exception->getResponseData() )

```

Available on all exception classes except `UnexpectedError` and `QueryValidator`.

Develop
-------

[](#develop)

Whole testsuite including integrational tests

```
phpunit

```

Don't forget to define `SANDBOX_API_KEY` in your phpunit.xml.

Running unit tests only:

```
phpunit --testsuite=Unit

```

Running integrational tests only:

```
phpunit --testsuite=Integration

```

Running single testcase:

```
phpunit tests/Integration/MobileSignTest.php

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70.8% 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 ~481 days

Total

4

Last Release

327d ago

Major Versions

2.1.0 → 3.0.x-dev2025-06-26

PHP version history (2 changes)2.0.0PHP &gt;=7.1.0

3.0.x-devPHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31023?v=4)[wSuFF](/maintainers/wSuFF)[@wsuff](https://github.com/wsuff)

![](https://avatars.githubusercontent.com/u/1662530?v=4)[Žilvinas](/maintainers/kuusas)[@kuusas](https://github.com/kuusas)

![](https://avatars.githubusercontent.com/u/5172429?v=4)[Marius Blažaitis](/maintainers/koliaq)[@koliaq](https://github.com/koliaq)

---

Top Contributors

[![kuusas](https://avatars.githubusercontent.com/u/1662530?v=4)](https://github.com/kuusas "kuusas (46 commits)")[![podolskis](https://avatars.githubusercontent.com/u/1670724?v=4)](https://github.com/podolskis "podolskis (6 commits)")[![elvinaskacerauskas](https://avatars.githubusercontent.com/u/79836878?v=4)](https://github.com/elvinaskacerauskas "elvinaskacerauskas (5 commits)")[![koliaq](https://avatars.githubusercontent.com/u/5172429?v=4)](https://github.com/koliaq "koliaq (3 commits)")[![malinovskis](https://avatars.githubusercontent.com/u/42928803?v=4)](https://github.com/malinovskis "malinovskis (2 commits)")[![rimas-kudelis](https://avatars.githubusercontent.com/u/2812673?v=4)](https://github.com/rimas-kudelis "rimas-kudelis (2 commits)")[![prialgauskaslt](https://avatars.githubusercontent.com/u/7746850?v=4)](https://github.com/prialgauskaslt "prialgauskaslt (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dokobit-ws-api-sdk-php/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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