PHPackages                             sostheblack/moip - 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. sostheblack/moip

ActiveLibraries[Payment Processing](/categories/payments)

sostheblack/moip
================

Laravel Package for Moip.

v1.2.1(11y ago)171.9k6MITPHPPHP &gt;=5.4.0

Since Nov 29Pushed 9y ago5 watchersCompare

[ Source](https://github.com/SOSTheBlack/moip)[ Packagist](https://packagist.org/packages/sostheblack/moip)[ RSS](/packages/sostheblack-moip/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (9)Used By (0)

Package para a API v1 do MoIP
=============================

[](#package-para-a-api-v1-do-moip)

---

> Estado Atual do Package

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6d0f430bd5f31a154e5f75ddda04f9d85be785732f5d9378806fd6e6f6a5f5b9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f534f53546865426c61636b2f6d6f69702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/SOSTheBlack/moip/?branch=master)[![Code Climate](https://camo.githubusercontent.com/e30569f0eefe3279f5c31366f69c96aad7b323dd3dab3eae10434bf36fcd27f8/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f534f53546865426c61636b2f6d6f69702f6261646765732f6770612e737667)](https://codeclimate.com/github/SOSTheBlack/moip)[![Build Status](https://camo.githubusercontent.com/53d361586272ea8e8eb99456c37cc83d7bf9e4757e6c35e9fcf707831b89e2d4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f534f53546865426c61636b2f6d6f69702f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/SOSTheBlack/moip/build-status/master)[![Project Status](https://camo.githubusercontent.com/40d0285011c3ecf583495ae49bdfcd3e0ba9e11ac8eec3d70c6a47649162a657/687474703a2f2f7374696c6c6d61696e7461696e65642e636f6d2f534f53546865426c61636b2f6d6f69702e706e67)](https://stillmaintained.com/SOSTheBlack/moip)

> Estatísticas

[![Total Downloads](https://camo.githubusercontent.com/1b1ddf2b6ee1c287462de0c7e28c8fb17d2624195d4f47af637ec20f68107e94/68747470733a2f2f706f7365722e707567782e6f72672f736f73746865626c61636b2f6d6f69702f646f776e6c6f6164732e737667)](https://packagist.org/packages/sostheblack/moip)[![Monthly Downloads](https://camo.githubusercontent.com/ee72a0f2276489f3d5a7d89962e36b1551bb72384daa6564a3b57e444995f29c/68747470733a2f2f706f7365722e707567782e6f72672f736f73746865626c61636b2f6d6f69702f642f6d6f6e74686c792e706e67)](https://packagist.org/packages/sostheblack/moip)[![Daily Downloads](https://camo.githubusercontent.com/993906977014573a9c4166fdb90a70399db2935ed0cb8adb51ba28a0776c9667/68747470733a2f2f706f7365722e707567782e6f72672f736f73746865626c61636b2f6d6f69702f642f6461696c792e706e67)](https://packagist.org/packages/sostheblack/moip)

> Versionamento

[![Latest Stable Version](https://camo.githubusercontent.com/b4d29f13fa341d58c68e52c479035407073994f3db39ddd5eb9c237481fcee11/68747470733a2f2f706f7365722e707567782e6f72672f736f73746865626c61636b2f6d6f69702f762f737461626c652e737667)](https://packagist.org/packages/sostheblack/moip)[![Latest Unstable Version](https://camo.githubusercontent.com/7e45ed89f927b4155feec9cd8da3cb0c3c207c958fa285b8028540bd4371aa0a/68747470733a2f2f706f7365722e707567782e6f72672f736f73746865626c61636b2f6d6f69702f762f756e737461626c652e737667)](https://packagist.org/packages/sostheblack/moip)

> Licença

[![License](https://camo.githubusercontent.com/6a5db0db42d4b7a2bdb5e1a8d691522e0976a3e34fee959850443531d86e4267/68747470733a2f2f706f7365722e707567782e6f72672f736f73746865626c61636b2f6d6f69702f6c6963656e73652e737667)](https://packagist.org/packages/sostheblack/moip)

Package para integrar o seu sistema com o MoIP. Neste Package está incluso:

- Dados do comprador podendo realizar o checkout tranparente
- Valores: Total, Desconto, Acréscimo
- Identificador Único
- Motivo da Venda
- Quem ira resceber o pagamento no MoIP
- Parcelas: Min, Max, Juros por parcela (a.m), se o comprador irá pagar o juros MoIP
- Comissão: Valor, motivo, se o valor é porcentagem, conta que irá receber a comissão.
- Boleto: data de vencimento, mensagens do boleto (max 3), logo no boleto
- Mensagem no checkout (max 3)
- URL de retorno após finalizar o checkout
- URL de notificação na qual recebera NASP
- Formas de pagamento: Cartão de crédito e débito, boleto, financiamento, debito em conta

Fazer tudo isso é simples... Muito simples.

No terminal

```
php artisan moip:install

```

No seu código

```
MoipApi::postOrder($data);
```

### Retorno

[](#retorno)

O método `MoipApi::postOrder($data)` retorna o método `MoipApi::response()`

```
stdClass Object
(
    [getXML]
    [replyXML]
    [token]
    [url]
)

```

MethodResponseMoipApi::response()-&gt;getXMLXML que é enviadoMoipApi::response()-&gt;replyXMLXML de respostaMoipApi::response()-&gt;tokenToken do checkoutMoipApi::response()-&gt;urlURL do checkout### Documentação

[](#documentação)

Confira a documentação completa no nosso [Wiki](https://github.com/SOSTheBlack/moip/wiki)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 98.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 ~15 days

Recently: every ~9 days

Total

7

Last Release

4098d ago

Major Versions

v0.1.0 → v1.0.12014-12-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ed9df91389c08299a0ca59a6e575addc2a844d0e923e54fcaf819fa82cc0a40?d=identicon)[SOSTheBlack](/maintainers/SOSTheBlack)

---

Top Contributors

[![SOSTheBlack](https://avatars.githubusercontent.com/u/5401143?v=4)](https://github.com/SOSTheBlack "SOSTheBlack (231 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

laravelpaymentgatewaycheckoutmoip

### Embed Badge

![Health badge](/badges/sostheblack-moip/health.svg)

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

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)[parsisolution/gateway

A Laravel package for connecting to all Iraninan payment gateways

231.7k](/packages/parsisolution-gateway)

PHPackages © 2026

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