PHPackages                             signable/signable-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. signable/signable-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

signable/signable-php
=====================

Signable PHP Library

4119.5k—5.6%1[2 issues](https://github.com/Signable/signable-sdk-php/issues)PHP

Since Jul 17Pushed 8y ago3 watchersCompare

[ Source](https://github.com/Signable/signable-sdk-php)[ Packagist](https://packagist.org/packages/signable/signable-php)[ RSS](/packages/signable-signable-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Signable PHP SDK Documentation
==============================

[](#signable-php-sdk-documentation)

Our PHP SDK is designed to make it even easier to use and integrate with the Signable API. Full API documentation is available on [our developer site](http://developer.signable.co.uk).

---

Installation
------------

[](#installation)

Add the Signable PHP SDK to your composer.json file. If you are not using Composer, you should be. It's an excellent way to manage dependencies in your PHP application.

```
{
	"require": {
		"signable/signable-php": "*"
	}
}

```

Then at the top of your PHP script require the autoloader:

```
require 'vendor/autoload.php';

```

Alternative: Install from zip
-----------------------------

[](#alternative-install-from-zip)

If you are not using Composer, simply download and install the latest packaged release of the library as a zip.

[You can download the latest release here](https://github.com/Signable/signable-sdk-php/archive/master.zip).

Then require the library from package:

```
require("path/to/signable-sdk-php/init.php");

```

Initialisation
--------------

[](#initialisation)

Pass the API Client your API key using:

```
Signable\ApiClient::setApiKey( 'your api key' );

```

And you're ready to get started!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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.

### Community

Maintainers

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

---

Top Contributors

[![ollyculverhouse](https://avatars.githubusercontent.com/u/838954?v=4)](https://github.com/ollyculverhouse "ollyculverhouse (9 commits)")[![fizdalf](https://avatars.githubusercontent.com/u/6625723?v=4)](https://github.com/fizdalf "fizdalf (1 commits)")

### Embed Badge

![Health badge](/badges/signable-signable-php/health.svg)

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

###  Alternatives

[qinchen/web-utils

A web application common utils

111.4k](/packages/qinchen-web-utils)

PHPackages © 2026

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