PHPackages                             dyrynda/annature - 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. dyrynda/annature

ActiveLibrary[API Development](/categories/api)

dyrynda/annature
================

A PHP integration for the Annature eSignature and client verification API

02.1k↓50%PHPCI passing

Since Mar 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/michaeldyrynda/annature-php)[ Packagist](https://packagist.org/packages/dyrynda/annature)[ RSS](/packages/dyrynda-annature/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Annature PHP SDK
================

[](#annature-php-sdk)

Note

This SDK is still a work in progress. Whilst functional for the [implemented resources](#resources), it is built against the Annature [documentation](https://documentation.annature.com.au) for optimistic scenarios.

[Annature](https://annature.com.au) is an Australian-based eSignature and client verification provider.

Use of this SDK requires an account with Annature, as well as an API ID and Key.

My immediate use-case for this API was creation of envelopes to be sent to signatories, so those resources have been built first.

The package leverages [Saloon](https://docs.saloon.dev) for it's HTTP layer.

Resources
---------

[](#resources)

ResourceStatusAccountsImplementedDocumentsImplementedEndpointsNot implementedEnvelopesImplementedFields[Field object](https://documentation.annature.com.au/#/fields/object) onlyGroupsNot implementedOrganisationsNot implementedRecipients[Recipient object](https://documentation.annature.com.au/#/recipients/object) onlyTemplatesNot implemented

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

[](#installation)

```
composer require dyrynda/annature-php
```

Usage
-----

[](#usage)

```
use Dyrynda\Annature\Annature;
use Dyrynda\Annature\Data\Envelopes\CreateEnvelopeData;

$annature = new Annature(
    id: 'your-annature-id',
    key: 'your-annature-key'
);

$envelope = $annature->envelopes()->create(
    new CreateEnvelopeData(...)
);
```

Laravel
-------

[](#laravel)

If you are using [Laravel](https://laravel.com), you may use the [laravel-annature](https://github.com/michaeldyrynda/laravel-annature) package, which uses this SDK as a dependency, to get started quickly.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/558441?v=4)[Michael Dyrynda](/maintainers/michaeldyrynda)[@michaeldyrynda](https://github.com/michaeldyrynda)

---

Top Contributors

[![michaeldyrynda](https://avatars.githubusercontent.com/u/558441?v=4)](https://github.com/michaeldyrynda "michaeldyrynda (51 commits)")

### Embed Badge

![Health badge](/badges/dyrynda-annature/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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