maxnivelsistemas/apiboletosregistrados

Objeto Comunicação的API Boletos Registrados的SDK

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

PHP版本的API Objeto Boletos Registrados SDK

开发环境配置示例

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