Download the PHP package smsgatewayme/client without Composer
On this page you can find all versions of the php package smsgatewayme/client. 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 client
SwaggerClient-php
This PHP package is automatically generated by the Swagger Codegen project:
- API version: 4.0.0
- Package version: v0.0.1
- Build date: 2018-05-16T00:56:54.871+01:00
- Build package: class io.swagger.codegen.languages.PhpClientCodegen
Requirements
PHP 5.4.0 and later
Installation & Usage
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
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to https://smsgateway.me/api/v4
Class | Method | HTTP request | Description |
---|---|---|---|
CallbackApi | createCallback | POST /callback | Create Callback |
CallbackApi | getCallback | GET /callback/{id} | Get a specific callback |
CallbackApi | searchCallbacks | POST /callback/search | Search callbacks |
CallbackApi | updateCallback | PUT /callback/{id} | Update callback |
ContactApi | addPhoneNumber | PUT /contact/{id}/phone-number/{phone-number} | The phone number to add |
ContactApi | createContacts | POST /contact | Create Contacts |
ContactApi | deletePhoneNumber | DELETE /contact/{id}/phone-number/{phone-number} | The phone number to delete |
ContactApi | getContact | GET /contact/{id} | Get a specific contact |
ContactApi | searchContacts | POST /contact/search | Search contacts |
ContactApi | updateContact | PUT /contact/{id} | Update contact |
DeviceApi | getDevice | GET /device/{id} | Get a specific device |
DeviceApi | searchDevices | POST /device/search | Search devices |
MessageApi | cancelMessages | POST /message/cancel | Cancel messages |
MessageApi | getMessage | GET /message/{id} | Get a specific message |
MessageApi | searchMessages | POST /message/search | Search messages |
MessageApi | sendMessages | POST /message/send | Send messages |
Documentation For Models
- Callback
- CallbackSearchResult
- CancelMessageRequest
- Contact
- ContactSearchResult
- CreateCallbackRequest
- CreateContactRequest
- Device
- DeviceAttributes
- DeviceSearchResult
- Error
- ErrorResponse
- FatalResponse
- Message
- MessageLog
- MessageSearchResult
- Search
- SearchFilter
- SearchOrderBy
- SendMessageRequest
- UpdateCallbackRequest
- UpdateContactRequest
Documentation For Authorization
Authorization
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
Author
All versions of client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-curl Version *
ext-json Version *
ext-mbstring Version *
The package smsgatewayme/client contains the following files
Loading the files please wait ....