8000 GitHub - Accordous/itau-client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Accordous/itau-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Itau API Client for Laravel

This package provides a simple way to interact with the Itau API in your Laravel application.

Installation

You can install the package via composer:

composer require itau/client

Configuration

Publish the configuration file:

php artisan vendor:publish --provider="Itau\ItauServiceProvider" --tag="config"

This will create a config/itau.php file where you can set your Itau API credentials.

Usage

Getting an Access Token

use Itau\Facades\Itau;

$token = Itau::getToken();

Registering a Payment Slip

use Itau\Facades\Itau;

$data = [];

$response = Itau::registrarBoletoCobranca($data);

Testing

composer test

License

The MIT License (MIT).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0