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

ActiveLibrary

bee-delivery/itpay
==================

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

0.0.2(4y ago)06GPL-3.0-onlyPHPPHP &gt;=7.1.3

Since Jul 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/bee-delivery/itpay)[ Packagist](https://packagist.org/packages/bee-delivery/itpay)[ RSS](/packages/bee-delivery-itpay/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

ItPay Laravel
=============

[](#itpay-laravel)

Pacote de integração com itpay.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/itpay
```

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

[](#como-utilizar)

[Documentação API ItPay](https://www.itpay.com.br/Help)

### Novo Cliente

[](#novo-cliente)

Criando uma conta no ItPay. Veja em

```
$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 = PagueVeloz::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

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.3% 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 ~0 days

Total

2

Last Release

1767d ago

### Community

Maintainers

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

---

Top Contributors

[![luanrodrigues](https://avatars.githubusercontent.com/u/8210294?v=4)](https://github.com/luanrodrigues "luanrodrigues (36 commits)")[![RaulCorreia](https://avatars.githubusercontent.com/u/10717342?v=4)](https://github.com/RaulCorreia "RaulCorreia (2 commits)")[![ramonbeedelivery](https://avatars.githubusercontent.com/u/72159417?v=4)](https://github.com/ramonbeedelivery "ramonbeedelivery (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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