Initial release: qbirr/sdk v1.0.0

This commit is contained in:
2026-07-17 16:42:30 +02:00
commit ce11a3b94d
3 changed files with 270 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "qbirr/sdk",
"description": "qbirr.com — Ethiopian bank verification SDK (CBE, Telebirr, Awash, Dashen, M-Pesa, Abyssinia, eBirr)",
"type": "library",
"license": "MIT",
"keywords": ["ethiopia", "cbe", "telebirr", "awash", "dashen", "mpesa", "abyssinia", "ebirr", "payment", "verification"],
"homepage": "https://qbirr.com",
"require": {
"php": ">=7.4",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Qbirr\\": "src/"
}
}
}