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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nomado

nomado Logo

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

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

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 theunicode` 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.

Contributors


All versions of nomado with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
guzzlehttp/guzzle Version ~6.0
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nomado/nomado contains the following files

Loading the files please wait ....