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

ActiveLibrary

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 1mo 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 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

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

1906d 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.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[oat-sa/tao-core

TAO core extension

66136.7k74](/packages/oat-sa-tao-core)

PHPackages © 2026

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