Polyfill for letting Nexmo namespaced code run under the Vonage PHP SDK
Enables users to manage their Vonage API Account by programmable means. More information is available here: .
Applications V1 is deprecated This version of the API has been deprecated. Please use version 2 going forwards A Nexmo a
Vonage provides an Application API to allow management of your Vonage Applications. This API is backwards compatible wit
The Vonage Audit API allows you to view details of changes to your account. More information is available at . _Please n
The Conversation API enables you to build conversation features where communication can take place across multiple mediu
The Conversation API enables you to build conversation features where communication can take place across multiple mediu
The Conversion API allows you to tell Nexmo about the reliability of your 2FA communications. Sending conversion data ba
The Dispatch API enables the developer to specify a multiple message workflow. A workflow follows a template. The first
The External Accounts API is used to manage accounts for Viber Business Messages, Facebook Messenger and Whatsapp for us
The Media API can be used to query, download and delete media items such as audio files for use with other Nexmo APIs.
The Messages API consolidates and normalises exchanges across all messaging channels. It allows you to use a single API
The Number Insight API delivers real-time intelligence about the validity, reachability and roaming status of a phone nu
The Numbers API enables you to manage your existing numbers and buy new virtual numbers for use with the Vonage APIs. Fu
The API to retrieve pricing information. Please note the Pricing API is rate limited to one request per second.
The Redact API helps organisations meet their privacy compliance obligations. It provides controlled, on-demand redactio
The Reports API enables you to request a report of activity for your Vonage account. Depending on your query pattern, yo
With the SMS API you can send SMS from your account and lookup messages both messages that you've sent as well as messag
The Subaccounts API enables you to create subaccounts under your primary account. Subaccounts facilitate differential pr
The Verify API helps you to implement 2FA (two-factor authentication) in your applications. This is useful for: Protecti
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls. More
The Vonage Business Cloud Account API enables you to retrieve information about accounts. Your application must subscrib
The Vonage Business Cloud Extension API enables you to retrieve information about extensions. Your application must subs
The Vonage Business Cloud Reports API enables you to retrieve call logs for your account. Your application must subscrib
The Vonage Business Cloud User API enables you to retrieve information about users. Your application must subscribe to t
The Vonage Integration Suite API enables call control and webhooks for call events. Your application must subscribe to t
## What's Changed * Prevent Autoloader from reading /autoload.php by @szepeviktor in https://github.com/Nexmo/vonage-php-nexmo-bridge/pull/2 ## Ne…
Added .gitattributes to get IDEs to read classes correct (conflicted due to the test classes file.
Allows the `\Nexmo` and `\Vonage` namespaces to be used interchangeably.