kosar501 / jibit-client
A simple package for php integration with jibit services
dev-main
2025-03-23 18:41 UTC
Requires
- php: >=8.2
- guzzlehttp/guzzle: ^7.9
- psr/simple-cache: ^3.0
This package is auto-updated.
Last update: 2025-03-23 18:46:20 UTC
README
A PHP client for interacting with the Jibit API. This library provides easy-to-use methods for accessing Jibit's services, such as identity verification, payment processing, and more.
Features
- Identity Verification: Verify national codes, mobile numbers, and IBANs.
- Payment Processing: Handle payments and retrieve payment statuses.
- Token Management: Automatically manage access and refresh tokens.
- Caching: Use a PSR-16-compliant cache for token storage.
Installation
You can install the library via Composer:
composer require kosar501/jibit-client