PHPackages                             minerva-sistemas/minerva-signatures - 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. minerva-sistemas/minerva-signatures

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

minerva-sistemas/minerva-signatures
===================================

Implementação de assinatures por documentação no PHP

v1.0(9y ago)06proprietaryPHP

Since Jul 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/minerva-sistemas/minerva-signatures)[ Packagist](https://packagist.org/packages/minerva-sistemas/minerva-signatures)[ RSS](/packages/minerva-sistemas-minerva-signatures/feed)WikiDiscussions master Synced 4w ago

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

[![](https://camo.githubusercontent.com/425d0586420b45e3e2533e989ec059204e098fccef9341d2f25ce6b7bc76291e/687474703a2f2f692e696d6775722e636f6d2f4a5479766945632e706e67)](https://camo.githubusercontent.com/425d0586420b45e3e2533e989ec059204e098fccef9341d2f25ce6b7bc76291e/687474703a2f2f692e696d6775722e636f6d2f4a5479766945632e706e67)

`composer require minerva-sistemas/minerva-signatures`

Crie assinaturas para seus objetos utilizando comentários. Para criar uma assinatura, basta fazer como no exemplo abaixo, onde criamos uma assinatura de configuração para o objeto. Você pode utilizar qualquer tag para criar sua assinatura, desde que seja no padrão JSON e tenha uma chave e um valor.

```
/**
 * @configure {"adapter":"Connection1"}
 * @configure {"table":"loja_cliente"}
 */
class Cliente {}
```

Para acessar os valores definidos também é simples.

```
$cliente = new Cliente();
$configuration = SignatureParser::getDictionary($cliente);

echo $configuration->get('table')->getValue(); // loja_cliente
echo $configuration->get('table')->getName();  // table
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3642d ago

### Community

Maintainers

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

---

Top Contributors

[![lucasdearaujo](https://avatars.githubusercontent.com/u/2407611?v=4)](https://github.com/lucasdearaujo "lucasdearaujo (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/minerva-sistemas-minerva-signatures/health.svg)

```
[![Health](https://phpackages.com/badges/minerva-sistemas-minerva-signatures/health.svg)](https://phpackages.com/packages/minerva-sistemas-minerva-signatures)
```

###  Alternatives

[altis/roles-to-taxonomy

WordPress plugin to store user roles and user levels in a taxonomy, for performance.

9545.3k](/packages/altis-roles-to-taxonomy)[corneltek/codegen

PHP Code Generation Library

40195.7k10](/packages/corneltek-codegen)[kunstmaan/sitemap-bundle

A sitemap bundle to generate a sitemap for your Kunstmaan bundles website based on its Nodes

10111.9k1](/packages/kunstmaan-sitemap-bundle)

PHPackages © 2026

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