PHPackages                             jorge/gerencianet - 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. [Payment Processing](/categories/payments)
4. /
5. jorge/gerencianet

ActiveLibrary[Payment Processing](/categories/payments)

jorge/gerencianet
=================

Gerencianet Component para Cake 3.x

0377PHP

Since Sep 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jorgejardim/gerencianet)[ Packagist](https://packagist.org/packages/jorge/gerencianet)[ RSS](/packages/jorge-gerencianet/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Gerencianet Component CakePHP 3.x

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

[](#instalação)

Via composer:

```
require: "jorge/gerencianet": "dev-master"

```

Configuração
------------

[](#configuração)

```
$this->loadComponent('Gerencianet.Gerencianet');

```

Exemplo
-------

[](#exemplo)

```
$this->Gerencianet->item('Produto 1', 1, '1.200,00');
$this->Gerencianet->vencimento('2015-10-30');
$this->Gerencianet->retorno(time(), 'http://www.suaurl.com.br', 'http://www.suaurl.com.br');
$this->Gerencianet->cliente(
    'Maria da Silva',
    'email@teste.com.br',
    '(11) 98549-8123',
    '1980-11-24',
    '120.445.115-00'
);
$this->Gerencianet->endereco(
    '02462-020',
    'Rua Manoel Almeida Santos',
    '524',
    null,
    'V. Paulista',
    'Sao Paulo',
    'SP'
);

//marketplace
$this->Gerencianet->marketplace('3VTV93SFBKHL');

//assinatura
$this->Gerencianet->periodicidade(1);

//enviar
$return = $this->Gerencianet->enviar('ADFS76DF8345N34993485H5KK3GG2234678', true);

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/c4e8603e019df5b14fc1f3f0cd605b7dfe1507c956b279720620cafd2139b970?d=identicon)[jorgejardim](/maintainers/jorgejardim)

---

Top Contributors

[![jorgejardim](https://avatars.githubusercontent.com/u/826069?v=4)](https://github.com/jorgejardim "jorgejardim (2 commits)")

### Embed Badge

![Health badge](/badges/jorge-gerencianet/health.svg)

```
[![Health](https://phpackages.com/badges/jorge-gerencianet/health.svg)](https://phpackages.com/packages/jorge-gerencianet)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[patryqhyper/polish_payments_api

Library for polish payment providers

141.6k](/packages/patryqhyper-polish-payments-api)

PHPackages © 2026

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