Download the PHP package ilmiont/smsw-php-sdk without Composer
On this page you can find all versions of the php package ilmiont/smsw-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ilmiont/smsw-php-sdk
More information about ilmiont/smsw-php-sdk
Files in ilmiont/smsw-php-sdk
Package smsw-php-sdk
Short Description The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all failed UK messages are refunded.
License unlicense
Homepage https://openapi-generator.tech
Informations about the package smsw-php-sdk
OpenAPIClient-php
The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all failed UK messages are refunded.
For more information, please visit https://thesmsworks.co.uk/contact.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://api.thesmsworks.co.uk/v1
Class | Method | HTTP request | Description |
---|---|---|---|
BatchMessagesApi | batchAnyPost | POST /batch/any | |
BatchMessagesApi | batchBatchidGet | GET /batch/{batchid} | |
BatchMessagesApi | batchSchedulePost | POST /batch/schedule | |
BatchMessagesApi | batchSendPost | POST /batch/send | |
BatchMessagesApi | batchesScheduleBatchidDelete | DELETE /batches/schedule/{batchid} | |
CreditsApi | creditsBalanceGet | GET /credits/balance | |
MessagesApi | messageSchedulePost | POST /message/schedule | |
MessagesApi | messageSendPost | POST /message/send | |
MessagesApi | messagesFailedPost | POST /messages/failed | |
MessagesApi | messagesInboxPost | POST /messages/inbox | |
MessagesApi | messagesMessageidDelete | DELETE /messages/{messageid} | |
MessagesApi | messagesMessageidGet | GET /messages/{messageid} | |
MessagesApi | messagesPost | POST /messages | |
MessagesApi | messagesScheduleGet | GET /messages/schedule | |
MessagesApi | messagesScheduleMessageidDelete | DELETE /messages/schedule/{messageid} | |
MessagesApi | sendFlashMessage | POST /message/flash | |
OneTimePasswordApi | otpMessageidGet | GET /otp/{messageid} | |
OneTimePasswordApi | otpSendPost | POST /otp/send | |
OneTimePasswordApi | otpVerifyPost | POST /otp/verify | |
UtilsApi | utilsErrorsErrorcodeGet | GET /utils/errors/{errorcode} | |
UtilsApi | utilsTestGet | GET /utils/test |
Models
- BatchMessage
- BatchMessageResponse
- CancelledMessageResponse
- CreditsResponse
- DeletedMessageResponse
- ErrorModel
- ExtendedErrorModel
- Message
- MessageMetadata
- MessageResponse
- MessageResponseFailurereason
- MetaData
- OTP
- OTPResponse
- OTPVerify
- OTPVerifyResponse
- Query
- QueryMetadata
- ScheduledBatchResponse
- ScheduledMessage
- ScheduledMessageResponse
- ScheduledMessagesResponse
- ScheduledMessagesResponseMessage
- SendMessageResponse
- TestResponse
Authorization
Authentication schemes defined for the API:
JWT
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.9.0
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of smsw-php-sdk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0