Download the PHP package purelines/whapi-sdk without Composer
On this page you can find all versions of the php package purelines/whapi-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package whapi-sdk
Whapi SDK
Fixed version of PHP SDK for Whapi.Cloud API to interact with WhatsApp via HTTP.
- Official API docs: https://whapi.cloud/docs
What is this?
This SDK is auto-generated using OpenAPI Generator, based on Whapi.Cloud's official OpenAPI specification.
The spec was patched to make the PHP client work as expected.
Fixes applied
- Property name collision causing
Cannot redeclareerror: removed a send-onlyfilenameproperty from content models to avoid agetFilename()vsgetFileName()method conflict in the generated PHP client. - Boolean query parameter format: adjusted to use string values as required by the Whapi API, since OpenAPI Generator defaults to integers.
- OpenAPI 3.0 compatibility: cleaned up several validator warnings (e.g., no siblings next to
$ref, moved misplacedexamplefields).
Installation
Quick start
Tip: For receiving messages, set up a webhook in the Whapi panel for real-time delivery.
Regenerate SDK from spec
Update openapi.yaml and then:
- The generated API docs are in ./docs/.
- For the authoritative API reference, see https://whapi.cloud/docs.
All versions of whapi-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.5
guzzlehttp/psr7 Version ^1.9|^2.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.5
guzzlehttp/psr7 Version ^1.9|^2.0
The package purelines/whapi-sdk contains the following files
Loading the files please wait ...