PHPackages                             jetimob/iugu-sdk-php-laravel - 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. [API Development](/categories/api)
4. /
5. jetimob/iugu-sdk-php-laravel

ActiveLibrary[API Development](/categories/api)

jetimob/iugu-sdk-php-laravel
============================

Laravel SDK for Iugu's API

v2.14.0(3w ago)08.0k↓51.2%1[6 PRs](https://github.com/jetimob/iugu-sdk-php-laravel/pulls)MITPHPPHP ^8.1

Since Jun 23Pushed 3w ago9 watchersCompare

[ Source](https://github.com/jetimob/iugu-sdk-php-laravel)[ Packagist](https://packagist.org/packages/jetimob/iugu-sdk-php-laravel)[ RSS](/packages/jetimob-iugu-sdk-php-laravel/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (2)Dependencies (18)Versions (37)Used By (0)

iugu-sdk-php-laravel
====================

[](#iugu-sdk-php-laravel)

iugu-sdk-php-laravel foi criado e é mantido pela equipe [Jetimob](https://github.com/jetimob). É um SDK utilizado para interagir com a API da [Iugu](https://www.iugu.com/) de forma simples e direta.

---

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

[](#instalação)

Instale o pacote utilizando o [composer](https://getcomposer.org/)

```
composer require jetimob/iugu-sdk-php-laravel
```

---

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

[](#configuração)

Para começar, as configurações do pacote devem ser publicadas através do comando:

```
php artisan iugu:install
```

Este comando irá criar o arquivo de configuração `iugu.php` no diretório `config` para que você possa modificar conforme a necessidade do seu projeto.

---

Autenticação
------------

[](#autenticação)

### Assinatura de Requisições (RSA)

[](#assinatura-de-requisições-rsa)

Alguns endpoints da Iugu necessitam de um nível a mais de autenticação, como por exemplo a [transferência para terceiros](./src/Api/Transfer/TransferApi.php). A complexidade da autenticação foi abstraida pelo método `withSignature` em [AbstractApi](./src/Api/AbstractApi.php), sendo necessário para somente informar a chave privada nas configurações, em `private_key`.

Para mais informações sobre [como gerar uma chave API com assinatura](https://dev.iugu.com/reference/autentica%C3%A7%C3%A3o#criando-chave-api-com-assinatura) e demais informações acesse o [guia da Iugu](https://dev.iugu.com/reference/autentica%C3%A7%C3%A3o#assinatura-de-requisi%C3%A7%C3%B5es-rsa)

---

Uso
---

[](#uso)

Sempre que for chamar qualquer api do pacote **iugu-sdk-php-laravel**, utilize o namespace `Jetimob\Iugu\Facades\Iugu`ou, simplesmente, `Iugu`. O namespace `Iugu` é registrado automaticamente pelo **Laravel**, ou seja, a importação pode ser feita apenas com `use Iugu;` no topo de um arquivo.

---

Exemplos
--------

[](#exemplos)

asdsa

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance95

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~51 days

Recently: every ~215 days

Total

29

Last Release

25d ago

Major Versions

v1.0.0 → v2.0.02022-08-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e5fb8c906109627d61798c5281a81910d803016af5533cf3d51c8c4c2bc7741?d=identicon)[jetimob](/maintainers/jetimob)

---

Top Contributors

[![medinaalexandre](https://avatars.githubusercontent.com/u/20534808?v=4)](https://github.com/medinaalexandre "medinaalexandre (49 commits)")[![alanwgt](https://avatars.githubusercontent.com/u/15879871?v=4)](https://github.com/alanwgt "alanwgt (33 commits)")[![docdev42](https://avatars.githubusercontent.com/u/51378482?v=4)](https://github.com/docdev42 "docdev42 (15 commits)")[![reichert-lucas](https://avatars.githubusercontent.com/u/50890378?v=4)](https://github.com/reichert-lucas "reichert-lucas (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![raphaelgmoraes](https://avatars.githubusercontent.com/u/25334729?v=4)](https://github.com/raphaelgmoraes "raphaelgmoraes (2 commits)")[![marcioal1991](https://avatars.githubusercontent.com/u/6003365?v=4)](https://github.com/marcioal1991 "marcioal1991 (1 commits)")

---

Tags

composeriugularavelphpphplaravelsdkiugu

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jetimob-iugu-sdk-php-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/jetimob-iugu-sdk-php-laravel/health.svg)](https://phpackages.com/packages/jetimob-iugu-sdk-php-laravel)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.5k](/packages/larastan-larastan)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k9.0M69](/packages/spatie-laravel-responsecache)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)

PHPackages © 2026

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