Download the PHP package nomado/nomado without Composer
On this page you can find all versions of the php package nomado/nomado. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nomado/nomado
More information about nomado/nomado
Files in nomado/nomado
Informations about the package nomado
PHP SDK for the nomado API
Website | Support | Contact | Contributing
Introduction
nomado is a telephony and SMS solution for businesses and private customers. Our goal is to provide super user-friendly tools to meet your growing needs of nomadism.
This package provides a client to access the nomado API.
Table of Contents
- Introduction
- Installation
- Quickstart
- Documentation
- TODO
- Contributing
- Support
Installation
Quickstart
Below is a quick example for initializing the library and sending a SMS.
Documentation
The \nomado\Client
class provides the public interfaces to access the nomado API
SMS
OTP
Calls
HLR
Account
Authentication
First, initialize the library with your nomado credentials. ``
Now, you can start sending requests to the API.
Responses
Every call will return a Response
object wrapping the API response code and the data.
``
SMS
Send
Send a SMS to one or multiple numbers.
` If you are sending unicode SMS, don't forget to turn on the
unicode` flag, otherwise encoding problems may occur.
OTP
Sending 2FA code via SMS to your users without the hassle.
Send
` In the template,
{{CODE}}` will be replaced by the generated 2FA code.
Verify
Let's check the code entered by your user. ``
Once the code has been verified, it becomes invalidated.
Calls
Make
Makes a call to a telephone line or number. When it answers, makes a second call to a number, bridging both calls together. ``
HLR
Make HLR queries to any mobile number.
Fetch `` Validate
Free query to validate mobile phone numbers and get short information ``
Account
Easy way to check your current balance
Get balance ``
Contributing
You are welcome to contribute in several ways like creating new features, fixing bugs, improving documentation, translating etc... More information in CONTRIBUTING.md.
Support
We are a small team dedicated to offer you the best support because we want to satisfy you. For any problem or question, feel free to contact us.