PHPackages                             sursum-git/genesis-multilog - 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. sursum-git/genesis-multilog

ActiveLibrary

sursum-git/genesis-multilog
===========================

Framework modular para execucao de regras de negocio com logs e controle de fluxo condicional

v2.4.2(6mo ago)018MITPHPPHP &gt;=8.0

Since Jun 16Pushed 6mo agoCompare

[ Source](https://github.com/sursum-git/genesis-regra-negocio)[ Packagist](https://packagist.org/packages/sursum-git/genesis-multilog)[ RSS](/packages/sursum-git-genesis-multilog/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (18)Used By (0)

GenesisMultiLog
===============

[](#genesismultilog)

GenesisMultiLog é uma biblioteca PHP modular para execução de regras de negócio com:

- Execução sequencial e condicional
- Suporte a scripts com retorno JSON
- Relatórios em JSON e HTML
- Integração com Monolog
- Fluxos internos via PHP ou CLI

Instalação
----------

[](#instalação)

```
composer install
```

Exemplo de Uso
--------------

[](#exemplo-de-uso)

```
use Genesis\RegraNegocio\FluxoRegraNegocio;

$flow = new FluxoRegraNegocio();
$flow->addRuleScript('rules/validar_idade.php');
$flow->addRuleScript([
    'script' => 'rules/validar_score.php',
    'if' => ['idade' => ['>=' => 25]],
    'else_script' => 'rules/negado_score.php'
]);
$flow->setParams(['idade' => 22, 'score' => 500]);
$flow->execute();
print_r($flow->getResult());
```

Testes
------

[](#testes)

```
vendor/bin/phpunit tests/
```

Licença
-------

[](#licença)

MIT

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance71

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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

Every ~10 days

Recently: every ~23 days

Total

14

Last Release

196d ago

Major Versions

v1.0.1 → v2.0.02025-06-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe056fc8cffc5d7c7199a04b9085e6a2cb2284077304eb5a506fb11753b31a3d?d=identicon)[sursum-git](/maintainers/sursum-git)

---

Top Contributors

[![sursum-git](https://avatars.githubusercontent.com/u/110403188?v=4)](https://github.com/sursum-git "sursum-git (39 commits)")[![tasilpar](https://avatars.githubusercontent.com/u/12972541?v=4)](https://github.com/tasilpar "tasilpar (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sursum-git-genesis-multilog/health.svg)

```
[![Health](https://phpackages.com/badges/sursum-git-genesis-multilog/health.svg)](https://phpackages.com/packages/sursum-git-genesis-multilog)
```

###  Alternatives

[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k3](/packages/elgg-elgg)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.2k](/packages/drevops-git-artifact)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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