PHPackages                             atanenl/signrequest - 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. atanenl/signrequest

ActiveLibrary

atanenl/signrequest
===================

SignRequest API Client

0.8(8y ago)529.8k↓33.3%4[2 issues](https://github.com/AtaneNL/SignRequest/issues)GPL-3.0-or-laterPHPPHP &gt;=5.5.9

Since Apr 8Pushed 8y ago5 watchersCompare

[ Source](https://github.com/AtaneNL/SignRequest)[ Packagist](https://packagist.org/packages/atanenl/signrequest)[ Docs](http://www.atane.nl)[ RSS](/packages/atanenl-signrequest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

signrequest
===========

[](#signrequest)

Client lib for the SignRequest API

Usage
-----

[](#usage)

```
// initialize the client
$client = new \AtaneNL\SignRequest\Client('yourApiKey123');

// send a document to SignRequest
$cdr = $client->createDocument('/path/to/file', 'localReferenceToThisFile');

// define recipients
$recipient = [
	    'first_name'	  => 'John',
            'last_name'           => 'Smith',
            'email'               => 'smith@example.com',
            'verify_phone_number' => false,
            'needs_to_sign'       => true,
            'order'               => 0,
            'language'            => 'nl',
            'force_language'      => true,
            'redirect_url'        => 'http://www.example.com/thank-you-for-signing',  // redirect here after the user finished signing
        ];
$recipients = [$recipient]; // you can add as many as you need

// notify intended signers
$result = $client->sendSignRequest($cdr->uuid, 'sender@company.com', $recipients, "Please sign this");
```

The default language is set to dutch, change it by:

```
\AtaneNL\SignRequest\Client::$defaultLanguage = 'en';
```

Refer to the [SignRequest API manual page](https://signrequest.com/api/v1/docs/) for full options.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.3% 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 ~108 days

Recently: every ~74 days

Total

8

Last Release

2933d ago

### Community

Maintainers

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

---

Top Contributors

[![o-daan](https://avatars.githubusercontent.com/u/736845?v=4)](https://github.com/o-daan "o-daan (39 commits)")[![Tamatane](https://avatars.githubusercontent.com/u/35333761?v=4)](https://github.com/Tamatane "Tamatane (4 commits)")[![paneidos](https://avatars.githubusercontent.com/u/125766?v=4)](https://github.com/paneidos "paneidos (3 commits)")[![ALTELMA](https://avatars.githubusercontent.com/u/4938568?v=4)](https://github.com/ALTELMA "ALTELMA (1 commits)")[![idoadiv](https://avatars.githubusercontent.com/u/5671417?v=4)](https://github.com/idoadiv "idoadiv (1 commits)")

---

Tags

SignRequest

### Embed Badge

![Health badge](/badges/atanenl-signrequest/health.svg)

```
[![Health](https://phpackages.com/badges/atanenl-signrequest/health.svg)](https://phpackages.com/packages/atanenl-signrequest)
```

###  Alternatives

[signrequest/signrequest-client

Official PHP client for SignRequest.com (https://signrequest.com)

10115.6k](/packages/signrequest-signrequest-client)[wayforpay/php-sdk

Wayforpay PHP SDK

19148.1k2](/packages/wayforpay-php-sdk)[anlutro/bulk-sms

BulkSMS API implementation in PHP.

3826.8k](/packages/anlutro-bulk-sms)

PHPackages © 2026

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