PHPackages                             99designs/rightsignature-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. [API Development](/categories/api)
4. /
5. 99designs/rightsignature-php

AbandonedArchivedLibrary[API Development](/categories/api)

99designs/rightsignature-php
============================

PHP client for RightSignature.com API

1.0.0(11y ago)537.9k8[1 issues](https://github.com/99designs/rightsignature-php/issues)MITPHPPHP &gt;=5.3

Since Sep 18Pushed 9y ago6 watchersCompare

[ Source](https://github.com/99designs/rightsignature-php)[ Packagist](https://packagist.org/packages/99designs/rightsignature-php)[ RSS](/packages/99designs-rightsignature-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (3)Versions (9)Used By (0)

rightsignature-php
==================

[](#rightsignature-php)

A PHP wrapper around the RightSignature API.

This is not a complete implementation. The following API calls are implemented:

- Document Details
- Prepackage Template
- Prefill Template
- Send Template
- Signer Links

The following API calls are not yet implemented:

- List Documents
- Batch Document Details
- Resend Reminder Emails
- Trash Document
- Extend Expiration
- Update Document Tags
- Send Document
- List Templates
- Template Details
- Build New Template
- User Details
- Add User
- Usage Report

Pull requests welcome.

Dependencies
------------

[](#dependencies)

`RightSignature\HttpClient` currently has a dependency on [Guzzle](https://github.com/guzzle/guzzle). The test suite additionally requires [PHPUnit](https://github.com/sebastianbergmann/phpunit) and [Mockery](https://github.com/padraic/mockery).

Usage
-----

[](#usage)

```
$client = RightSignature\HttpClient::forToken($myApiToken);
$rs = new RightSignature($client);

$document = $rs->documentDetails($someDocumentGuid);

```

Entities match the structure of the API responses:

```
// Access fields using ->
echo $document->state;

// Hyphen-separated identifiers become underscore_separated
echo $document->original_filename;

// Repeating elements are accessed like array members
echo $document->recipients[0]->name;

```

See [RightSignature API documentation](https://rightsignature.com/apidocs/api_calls) for details.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 67.5% 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 ~236 days

Recently: every ~261 days

Total

6

Last Release

3806d ago

Major Versions

0.0.2 → 1.0.02014-11-17

1.0.0 → 2.0.0-RC12015-11-13

PHP version history (2 changes)0.0.1PHP &gt;=5.3

2.0.0-RC1PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/61d94165c13417941a32d14d4468f27868c7643e96495090cfd33009055ea48c?d=identicon)[mtibben](/maintainers/mtibben)

![](https://avatars.githubusercontent.com/u/1178572?v=4)[Giacomo Gatelli](/maintainers/arthens)[@arthens](https://github.com/arthens)

![](https://www.gravatar.com/avatar/077206ec25224ef22d3151c8d6803444c5a0dfb5c9977d8e28d1da3c51ae0534?d=identicon)[sinamt](/maintainers/sinamt)

---

Top Contributors

[![harto](https://avatars.githubusercontent.com/u/103448?v=4)](https://github.com/harto "harto (27 commits)")[![frangeris](https://avatars.githubusercontent.com/u/811381?v=4)](https://github.com/frangeris "frangeris (6 commits)")[![Buuntu](https://avatars.githubusercontent.com/u/7684770?v=4)](https://github.com/Buuntu "Buuntu (5 commits)")[![dlutzy](https://avatars.githubusercontent.com/u/564090?v=4)](https://github.com/dlutzy "dlutzy (1 commits)")[![mtibben](https://avatars.githubusercontent.com/u/980499?v=4)](https://github.com/mtibben "mtibben (1 commits)")

---

Tags

api99designsrightsignaturerightsignature.com

### Embed Badge

![Health badge](/badges/99designs-rightsignature-php/health.svg)

```
[![Health](https://phpackages.com/badges/99designs-rightsignature-php/health.svg)](https://phpackages.com/packages/99designs-rightsignature-php)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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