PHPackages                             transloyd/service-esign - 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. transloyd/service-esign

ActiveLibrary[API Development](/categories/api)

transloyd/service-esign
=======================

Service facade for ESign API

0.1.2(5y ago)010proprietaryPHP

Since Nov 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/transloyd/eSignSDK)[ Packagist](https://packagist.org/packages/transloyd/service-esign)[ RSS](/packages/transloyd-service-esign/feed)WikiDiscussions master Synced 3w ago

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

Products Service Facade
=======================

[](#products-service-facade)

[![version](https://camo.githubusercontent.com/79aa93fdcf523b1d00d8cc21281197aafbf0d035f367e4054d4c27bff66a698f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e312e312d626c75652e737667)](https://camo.githubusercontent.com/79aa93fdcf523b1d00d8cc21281197aafbf0d035f367e4054d4c27bff66a698f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e312e312d626c75652e737667)

Service facade for API

Setup
-----

[](#setup)

```
$ composer install
```

Tests
-----

[](#tests)

```
$ vendor/bin/phpunit tests/
```

How to use
----------

[](#how-to-use)

```
public function __constructor( ..., GuzzleHttp\Client $client){

...

    $this->provider = new Provider($client, new GuzzleMessageFactory());

...

}

...

$documentInBase64 = BASE_64_HASH;
$keyDataInBase64 = BASE_64_HASH;
$keyPass = $_POST['keyPass'];

$eSign = new ESign($this->provider);
$eSignManager = new ESignManager($eSign);

$signedDocumentRaw = $eSignManager->getSignedDocumentRaw($documentInBase64, $keyDataInBase64, $keyPass);
$signedDocument = base64_decode($signedDocumentRaw);

return $signedDocument;

```

But better is to use Service Container (Dependency Injection)!

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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 ~41 days

Total

3

Last Release

1951d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7447a4b0c672e9d89ea31972e63480f942b0e68597a908c4fa5b398973c0ebae?d=identicon)[toplyvoapp](/maintainers/toplyvoapp)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/transloyd-service-esign/health.svg)

```
[![Health](https://phpackages.com/badges/transloyd-service-esign/health.svg)](https://phpackages.com/packages/transloyd-service-esign)
```

###  Alternatives

[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[oat-sa/tao-core

TAO core extension

66140.1k108](/packages/oat-sa-tao-core)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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