PHPackages                             bee-delivery/itbank - 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. bee-delivery/itbank

ActiveLibrary[Payment Processing](/categories/payments)

bee-delivery/itbank
===================

Integração rápida e fácil com o Pague Veloz, em PHP

v0.13(6y ago)110.0kGPL-3.0-onlyPHPPHP &gt;=7.1.3

Since Mar 20Pushed 6y agoCompare

[ Source](https://github.com/bee-delivery/itbank)[ Packagist](https://packagist.org/packages/bee-delivery/itbank)[ RSS](/packages/bee-delivery-itbank/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (14)Used By (0)

ItBank Laravel
==============

[](#itbank-laravel)

Pacote de integração com itbank.com.br

Início
------

[](#início)

Para começar, é necessário que você crie sua conta em

Instalando
----------

[](#instalando)

Instale com [composer](https://getcomposer.org/):

```
composer require bee-delivery/itbank
```

Como utilizar?
--------------

[](#como-utilizar)

[Documentação API Pague Veloz](https://www.itbank.com.br/Help)

### Novo Cliente

[](#novo-cliente)

Criando uma conta na Pague Veloz. Veja em [DOC Pague Veloz - Novo Cliente](https://www.itbank.com.br/Help/Api/POST-api-v5-Assinar)

```
$cliente = [
    'Nome'                  => 'JOHN DOE',
    'Documento'             => '00000000000',
    'TipoPessoa'            => 1,
    'Email'                 => 'exemplo@exemplo.com.br',
    'Endereco'              => [
        'CEP'               => '00000000',
        'Bairro'            => 'BAIRRO',
        'Logradouro'        => 'LOGRADOURO',
        'Numero'            => '123',
        'Complemento'       => ''
    ],
    'Telefones'             => [
        [
            'Numero'        => '00900000000',
            'Tipo'          =>  4
        ]
    ],
    'Usuario'               => [
        'Nome'              => 'JOHN DOE',
        'Email'             => 'exemplo@exemplo.com.br',
        'Senha'             => 'Senha123456789',
        'ConfirmacaoSenha'  => 'Senha123456789,
    ],
    'DataNascimento'        => '01/01/1990',
    'UrlNotificacao'        => '',
    'InscricaoEstadual'     => '',
    'InscricaoMunicipal'    => '',
    'Cupom'                 => 'cupom_fornecido_pague_veloz'
];

$response = ItBank::cliente($email, $token)->criar($cliente);

```

Licença
-------

[](#licença)

Sinta-se a vontade em nos ajudar. Faça um PR :)

GNU General Public License v3

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Every ~4 days

Total

13

Last Release

2195d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/98561fa2f5ddfc6fc27b3a8556a5a367714efd9510ab8640b613359ed509198d?d=identicon)[chrystianpaulino](/maintainers/chrystianpaulino)

---

Top Contributors

[![luanrodrigues](https://avatars.githubusercontent.com/u/8210294?v=4)](https://github.com/luanrodrigues "luanrodrigues (12 commits)")

### Embed Badge

![Health badge](/badges/bee-delivery-itbank/health.svg)

```
[![Health](https://phpackages.com/badges/bee-delivery-itbank/health.svg)](https://phpackages.com/packages/bee-delivery-itbank)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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