clubfixinsurtech/valorempay
Composer 安装命令:
composer require clubfixinsurtech/valorempay
包简介
Integração com o Gateway de Pagamento Valorem Pay
README 文档
README
Integration with the ValoremPay payment gateway.
Integração com o Gateway de Pagamento Valorem Pay.
Highlights
- Simple installation (Instalação simples)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)
Available services
- Criação de transação
- Efetivação de Pagamento
- Confirmação de Pagamento
- Criação de Cancelamento
- Efetivação do Cancelamento
- Armazenamento do Cartão de Crédito
- Envio do Cartão a ser Armazenado
- Consulta da Transação
Installation
Valorem Pay is available via Composer:
composer require clubfixinsurtech/valorempay
Documentation
For more details on how to use it, see the "examples" folder in the component's directory. It contains an example of how to use the class. It works as follows:
Para obter mais detalhes sobre como utilizar, consulte a pasta "examples" no diretório do componente. Nela, haverá um exemplo de utilização da classe. O funcionamento é o seguinte:
Basic Usage:
<?php $clientId = ''; $clientSecret = ''; $isSandbox = true; $connector = new \ValoremPay\ValoremPayConnector(clientId: $clientId, clientSecret: $clientSecret, isSandbox: $isSandbox); // Create transaction $transaction = (new \ValoremPay\Strategies\TransactionCreateStrategy( installments: 1, installment_type: \ValoremPay\Enums\InstallmentType::STORE_WITHOUT_INTEREST, amount: 1000, ))->setAdditionalData( (new \ValoremPay\Entities\AdditionalData( status_notification_url: 'example.com', )), ); $request = $connector->valoremPay()->transactionCreate($transaction); $response = $request->object(); dump($request, $response);
Credits
- Clubfix (Team)
License
The MIT License (MIT). Please see License File for more information.
clubfixinsurtech/valorempay 适用场景与选型建议
clubfixinsurtech/valorempay 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 18 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 10 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 clubfixinsurtech/valorempay 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 clubfixinsurtech/valorempay 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-10-30