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. [Framework](/categories/framework)
4. /
5. sursum-git/genesis-multilog

ActiveLibrary[Framework](/categories/framework)

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

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

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

Since Jun 16Pushed 8mo 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 today

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

33

—

LowBetter than 72% of packages

Maintenance60

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

251d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M507](/packages/pimcore-pimcore)[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)

PHPackages © 2026

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