-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 1.76 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "apimatic/unifonicnextgen",
"type": "library",
"description": "## Introduction Send SMS messages using Unifonic Messaging API. Get your dedicated Universal number, and start sending messages today. Unifonic NextGen Restful and HTTP **API's** uses The basic Authentication protocol. All request and response bodies are formatted in JSON. ## Get an account To start using the API you need to send an email to Unifonic to create Appsid for you. ## Base URL All URLs referenced in the documentation have the following base: **el.cloud.unifonic.com** ## Security To ensure privacy we recommend you to use HTTPS for all Unifonic API requests. you can download our HTTPS certificate. [Download] (https://api.unifonic.com/udm/https.zip) ## Formats Unifonic API only supports JSON format. All request must use the Content-type header set to application/json. ## Support We’re here to help! Get in touch with support at <support@unifonic.com> and we’ll get back to you as soon as we can or you can contact us throw live chat on our [website] (www.unifonic.com).",
"keywords": ["Unifonic NextGen","API","SDK"],
"homepage": "https://apimatic.io",
"license": "MIT",
"authors": [
{
"name": "APIMatic SDK Generator",
"email": "support@apimatic.io",
"homepage": "https://apimatic.io",
"role": "API Tool"
}
],
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"apimatic/unirest-php": "^2.0.0",
"apimatic/jsonmapper": "^1.3.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.7"
},
"autoload": {
"psr-4": {
"UnifonicNextGenLib\\": "src/"
}
}
}