maxnivelsistemas/apiboletosregistrados

SDK para acessar API Boletos Registrados da Objeto Comunicação

v1.0.7 2020-12-23 15:09 UTC

This package is not auto-updated.

Last update: 2024-09-27 06:17:49 UTC


README

Scrutinizer Code Quality

obrsdk

SDK em PHP para API Objeto Boletos Registrados

Exemplo Configuração ambiente desenvolvimento:

$boletosRegistradosAccess = new \OBRSDK\ObjetoBoletosRegistrados([
                'appId' => 'APP_ID',
                'appSecret' => 'APP_SECRET',
                'http://boletosregistrados.local/api.php/'
            ]);