PHPackages                             appliance/namirial-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. appliance/namirial-php

ActiveLibrary

appliance/namirial-php
======================

A PHP package for work with namirial sws

189[1 issues](https://github.com/MwSpaceLLC/namirial-php/issues)PHP

Since Feb 6Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Appliance Library [![](https://camo.githubusercontent.com/e2532fd91c43ea7f331658041a795ee3ae2b265041106417cab4263e20deeda6/68747470733a2f2f7777772e6e616d697269616c2e636f6d2f77702d636f6e74656e742f75706c6f6164732f6c6f676f2d6e616d697269616c2d696e666f726d6174696f6e2d7465636e6f6c6f67792e706e67)](https://camo.githubusercontent.com/e2532fd91c43ea7f331658041a795ee3ae2b265041106417cab4263e20deeda6/68747470733a2f2f7777772e6e616d697269616c2e636f6d2f77702d636f6e74656e742f75706c6f6164732f6c6f676f2d6e616d697269616c2d696e666f726d6174696f6e2d7465636e6f6c6f67792e706e67)
===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#appliance-library-)

> Small PHP library for [Namirial SWS](https://www.firmacerta.it/index.php) services.

PHP VersionStatusRequirePHP 7.2In DevComposer> Install Library:

`composer require appliance/namirial-php`

Free Use (Verify Only)
----------------------

[](#free-use-verify-only)

> Start Appliance Object &amp; Retrive content of CAdES, XAdES &amp; PAdES:

```
$namirial = new Appliance\Namirial\Service;
$namirial->verify('path/to/file.p7m')->dump()
// or
$namirial->verify('path/to/file.xml')->dump()

```

🤑 The class will connect via http protocol to [Namirial WSDL](https://www.firmacerta.it/index.php) &amp; check the file signature.

Commercial Use
--------------

[](#commercial-use)

> Start Appliance Object:

```
$namirial = new Appliance\Namirial\Service('ip address of sws');

$namirial->setAgent('username', 'password');

```

💻 The class will connect via http protocol to your Web Service and load the functions from the WSDL

> Sign File (CAdES,XAdES,PAdES)

```
$namirial->sign('path/to/file/ALB1666197.xml');

```

🚀 The appliance will discover the file format automatically by choosing the most appropriate format for you

> Verify File (CAdES,XAdES,PAdES)

```
$namirial->verify('path/to/file/ALB1666197.p7m');

```

🎂 The appliance will verify the signature of the file if it is trusted or not

> Save File (CAdES,XAdES,PAdES)

```
$namirial->save('path/to/file/ALB1666197_signed.xml');

```

👻 The appliance will save the file in a directory by creating it if necessary

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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://www.gravatar.com/avatar/6ff7aca831dcb2b3ef67529007efd49a04ba4dd9766af2d095770ce93fd87596?d=identicon)[MwSpace LLC](/maintainers/MwSpace%20LLC)

---

Top Contributors

[![AIvanovitch](https://avatars.githubusercontent.com/u/53446030?v=4)](https://github.com/AIvanovitch "AIvanovitch (18 commits)")

---

Tags

namirial-sws

### Embed Badge

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

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

PHPackages © 2026

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