PHPackages                             thomas-sens/zapsign-bundle - 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. thomas-sens/zapsign-bundle

ActiveSymfony-bundle[API Development](/categories/api)

thomas-sens/zapsign-bundle
==========================

1.0.3(1mo ago)026MITPHPPHP &gt;=8.2

Since Aug 30Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/thomas-sens/zapsign-bundle)[ Packagist](https://packagist.org/packages/thomas-sens/zapsign-bundle)[ RSS](/packages/thomas-sens-zapsign-bundle/feed)WikiDiscussions main Synced 1mo ago

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

ZapsignBundle
=============

[](#zapsignbundle)

Zapsign integration for Symfony

Instalation:

```
composer require thomas-sens/zapsign-bundle

```

Generate a parameters file:

```
php bin/console config:dump-reference ZapsignBundle > config/packages/zapsign.yaml

```

Example: src/config/packages/zapsign.yaml

```
zapsign:
    api_url: 'https://sandbox.api.zapsign.com.br'
    api_token: bf0dae0f-94e4-4f0e-9515-85c8b085a7d39ffd7954-77ac-466f-ae3c-ccfc41e9b4d3

```

Call Example:

```
class ZapsignController extends AbstractController
{
    #[Route('/zapsign', name: 'app_zapsign')]
    public function index(ZapsignClient $zapsign): Response
    {
        $signer1 = new Signer();
        $signer1->setName("Thomas");
        $signer2 = new Signer();
        $signer2->setName("Letícia");
        $signers = array($signer1,$signer2);
        $doc = new Document();
        $doc->new("Documento teste","https://zapsign.s3.amazonaws.com/2022/1/pdf/63d19807-cbfa-4b51-8571-215ad0f4eb98/ca42e7be-c932-482c-b70b-92ad7aea04be.pdf", $signers);

        dump($zapsign->createDocFromUpload($doc));
        dump($zapsign->listDocuments());
        dd('fim');
    }
}

```

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance95

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

4

Last Release

53d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35b1a24c989f23a832865907b499e4fdb420f23fdeb768441ecdcd2a389c1d30?d=identicon)[thomas-sens](/maintainers/thomas-sens)

---

Top Contributors

[![thomas-sens](https://avatars.githubusercontent.com/u/94061855?v=4)](https://github.com/thomas-sens "thomas-sens (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/thomas-sens-zapsign-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/thomas-sens-zapsign-bundle/health.svg)](https://phpackages.com/packages/thomas-sens-zapsign-bundle)
```

###  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)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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