PHPackages                             vatsake/php-asic-e - 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. [Security](/categories/security)
4. /
5. vatsake/php-asic-e

ActiveLibrary[Security](/categories/security)

vatsake/php-asic-e
==================

Lightweight PHP library for creating and validating XAdES-T and ASiC-E digital signatures (compatible with Estonian DigiDoc).

v1.0.5(4mo ago)216↓100%MITPHPPHP &gt;=8.1

Since Oct 21Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/vatsake/php-asic-e)[ Packagist](https://packagist.org/packages/vatsake/php-asic-e)[ Docs](https://github.com/vatsake/php-asic-e)[ RSS](/packages/vatsake-php-asic-e/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

PHP-ASICE
=========

[](#php-asice)

[![Latest Version](https://camo.githubusercontent.com/ea8e4e9e8306a0cf3c7aafb4e20184878132989dca4c78af53479d594b32ddac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76617473616b652f7068702d617369632d652e737667)](https://packagist.org/packages/vatsake/php-asic-e)[![License](https://camo.githubusercontent.com/bbc1537023f80f9cb2b9f952fbefa47a638b7f12ac5151c1a96215b51e896508/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f76617473616b652f7068702d617369632d652e737667)](LICENSE)![PHP](https://camo.githubusercontent.com/3a551e6c37f4d5451a70062155ccea8dec2f6eb8a55eb1a1410a5166fce4b020/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e312d626c75652e737667)

A lightweight PHP library for creating and validating **ASiC-E** (Associated Signature Container – Extended) files with **XAdES-T** digital signatures.

✨ Features
----------

[](#-features)

- Create **XAdES-T** (timestamped) signatures
- Build and validate **ASiC-E** digital signature containers
- Built-in **OCSP** and **timestamp** support
- Certificate chain and signature validation
- **ASN.1** (powered by phpseclib 3) and **XML** utilities

> The library currently produces XAdES-T signatures (BES + trusted timestamp + OCSP).
> Long-term profiles (XAdES-LT / LTA) are not yet implemented.

🧩 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require vatsake/php-asic-e
```

🚀 Usage
-------

[](#-usage)

```
