PHPackages                             invoance/invoance - 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. invoance/invoance

ActiveLibrary[API Development](/categories/api)

invoance/invoance
=================

Official PHP SDK for the Invoance compliance API

v0.1.0(3d ago)10MITPHPPHP &gt;=8.1CI passing

Since Jul 6Pushed 3d agoCompare

[ Source](https://github.com/Invoance/invoance-php)[ Packagist](https://packagist.org/packages/invoance/invoance)[ Docs](https://invoance.com)[ RSS](/packages/invoance-invoance/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Invoance PHP SDK
================

[](#invoance-php-sdk)

Official PHP SDK for the [Invoance](https://invoance.com) compliance API — cryptographic proof, document anchoring, AI attestation, and audit logs.

Install
-------

[](#install)

```
composer require invoance/invoance
```

Requires **PHP 8.1+** with the `curl`, `sodium`, `json`, and `mbstring` extensions. Zero runtime Composer dependencies.

Quick start
-----------

[](#quick-start)

Set your API key:

```
export INVOANCE_API_KEY=inv_live_...
```

```
