warquia / pix
消费PIX Apis [Matera - Flagship]
0.1.1
2024-06-19 23:00 UTC
Requires
- php: ^7.1
- guzzlehttp/guzzle: ^7.3
This package is auto-updated.
Last update: 2024-09-28 20:35:44 UTC
README
使用PHP简单的PIX PSP管理器
此包提供与MATERA\FLAGSHIP系统的初始集成,可根据巴西中央银行文档扩展以包括其他PSP。
安装
composer require warquia/pix
初始配置
配置PSP、Api和证书数据
$config = [ 'environment' => Constants::ENVIRONMENT_TEST, 'psp_name' => Constants::PSP_NAME_MATERA, 'client_id' => 'hml', 'client_secret' => 'fictício-ezz3-1818-ip7c-fictício', 'secret_key' => 'fictício-9X47-fictício-BE33-fictício', 'certificate' => __DIR__ . '/hml.pem', 'certificateKey' => __DIR__ . '/hml.key' ];
使用示例
$psp = new \Warquia\Pix\Psp($config);
深入了解或有问题,请访问"example"文件夹
## 必需条件 PHP 7.4或更高版本许可证
MIT