delisend / delisend-php-api
Delisend PHP REST API Library
v1.1.0
2022-11-21 18:04 UTC
Requires
- php: ^7.1|^8.0
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.5.0
- guzzlehttp/psr7: ^2.4.3
- psr/http-message: ^1.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- psr/simple-cache: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- symfony/var-dumper: 5.4.x-dev
Suggests
- ext-curl: Required for CURL handler support
- ext-intl: Required for Internationalized Domain Name (IDN) support
- psr/log: Required for using the Log middleware
This package is auto-updated.
Last update: 2025-03-21 12:43:42 UTC
README
This is the official Delisend SDK. Documentation can be found here.
Requirements
- Sign Up for a free DeliSend account.
- Copy your API key from the API Credentials area.
- PHP 7.2 and later
Installation & Usage
Composer
To install the bindings via Composer, run the following command in terminal, inside your project directory:
composer require delisend/delisend-php-api