vonage-php-sdk-core | API support | SMS library
kandi X-RAY | vonage-php-sdk-core Summary
kandi X-RAY | vonage-php-sdk-core Summary
Client Library for PHP.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Search for a message
- Create a application from an array .
- Fetch a page .
- Create a webhook from a request
- Creates a shortcode message from an array .
- Submit form .
- Sets the request
- Make a map instance
- Checks whether the content is UTF - 8 .
- Build Action from data
vonage-php-sdk-core Key Features
vonage-php-sdk-core Examples and Code Snippets
Community Discussions
Trending Discussions on vonage-php-sdk-core
QUESTION
Is posible to create user and link user to existsing application using vonage-php-sdk-core package? https://github.com/Vonage/vonage-php-sdk-core
i can make application and user with Vonage CLI, but i need to make it with PHP. is there a way?
...ANSWER
Answered 2021-Mar-09 at 16:59The Conversation API (which encompasses Users, Members, and Conversations) isn't supported in the PHP SDK at the moment since the API is still in beta. Once that API goes fully live we will support it in SDKs other than the NodeJS SDK.
There are some vestiges of the Conversation and User APIs in the SDK, but we've marked them as deprecated since it's an older version of the API.
For the moment you should access the APIs using Guzzle or whatever HTTP client you are using (if you aren't specifying one, we should be pulling in Guzzle from Laravel).
As for working directly with the API, https://developer.nexmo.com/conversation/overview is the entrypoint for the Conversations API. General API documentation is available at https://developer.nexmo.com/api/conversation, and demo code from cURL, which can be useful for seeing URL structures as well as payloads, is available at https://developer.nexmo.com/conversation/code-snippets/user/create-user/curl.
Why don't we support this API?
As a rule we don't add support in our stable SDKs for beta APIs, as that could lead to a lot of major releases with breaking changes, as the beta APIs only have a 6 month stability SLA and can change rapidly. We are looking at better ways to handle our beta APIs (the PHP SDK now supports a module system as of v2.2.0) so that devs can get access to these types of APIs quicker.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vonage-php-sdk-core
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page