{
    "name": "apimatic-unofficial/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:  **basic.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"
    }, {
        "name": "Tawfek Daghistani",
        "email": "tawfekov@gmail.com"
    }],
    "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/"
        }
    }
}