Files
wehub-resource-sync 4ce4204b6c
CI / Lint (push) Failing after 2s
CI / Build (push) Has been skipped
SDK CI / PHP SDK (push) Failing after 1s
Split PHP SDK / PHP SDK tests (push) Failing after 1s
CI / Test (push) Failing after 1s
CI / Dashboard (push) Failing after 0s
SDK CI / JavaScript SDK (push) Failing after 0s
SDK CI / Python SDK (push) Failing after 2s
SDK CI / Java SDK (push) Failing after 1s
Split PHP SDK / Mirror sdk/php -> rmyndharis/openwa-php (push) Has been skipped
CI / Test (PostgreSQL migrations) (push) Failing after 7m47s
CI / Docker Build (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:24:08 +08:00

43 lines
834 B
JSON

{
"name": "rmyndharis/openwa",
"description": "Official PHP SDK for OpenWA WhatsApp API Gateway",
"type": "library",
"license": "MIT",
"keywords": [
"whatsapp",
"api",
"sdk",
"openwa",
"gateway"
],
"authors": [
{
"name": "OpenWA Contributors"
}
],
"require": {
"php": ">=8.1",
"guzzlehttp/guzzle": "^7.9"
},
"require-dev": {
"phpunit/phpunit": "^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
"OpenWA\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"OpenWA\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
}
}
}