gragerdsouza/payit-php-client
最新稳定版本:v1.0.1
Composer 安装命令:
composer require gragerdsouza/payit-php-client
包简介
PHP client for Payit (NatWest) API
README 文档
README
This repository contains a small PHP client for the Payit API (NatWest / Payit). It demonstrates:
- OAuth2 client_credentials token retrieval
- Basic endpoints: list banks, create payments, check payment status
- Example scripts
Setup
- Copy
.env.exampleto.envand fill in your sandbox/production credentials. composer install- Run examples:
php examples/get_token.php
Notes
- Replace placeholder endpoints and payloads with the exact shapes from the Payit API documentation.
- Do not store client secrets in source control.
- Use the sandbox environment for testing before going live.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-05