kosar501 / jibit-client
A simple package for php integration with jibit services
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kosar501/jibit-client
Requires
- php: >=8.2
- ext-ctype: *
- guzzlehttp/guzzle: ^7.9
- psr/simple-cache: ^3.0
This package is auto-updated.
Last update: 2025-10-09 19:48:07 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