Download the PHP package mobizon/mobizon-php without Composer

On this page you can find all versions of the php package mobizon/mobizon-php. 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 mobizon-php

Русский

PHP library for communicating with Mobizon SMS HTTP API

PHP class for interaction with Mobizon SMS API - mobizon-php.

Minimal required PHP version - 5.3.3

To start sending SMS messages through Mobizon API you should do three simple steps:

  1. Register account at Mobizon website
  2. Enable API in your Mobizon account settings and get API key provided
  3. Setup your software to send SMS or make any other activity to fulfil your company business requirements. See examples for typical scenarios.

API quick start guide is available at Mobizon knowledge base website.

Composer

Composer package is available through packagist.

API methods documentation

You could review online documentation for detailed description of all currently available API methods, input parameters, result formats, API result codes at https://help.mobizon.com/help/api-docs.

Typical cases example code (PHP)

We have started development of typical usage scenarios in docs/examples. If you have own examples of integration, please help us in improving our code base - just send us some code examples to [email protected] and we will glad to put your code to our repo.

Latest Stable Version Total Downloads


Библиотека для работы с АПИ Mobizon

PHP класс для работы с Mobizon API - mobizon-php.

Минимальная версия PHP - 5.3.3

Для начала работы с API Вам необходимо сделать три простых шага:

  1. Зарегистрироваться в сервисе Mobizon
  2. Включить в своем аккаунте доступ к API и получить ключ API.
  3. Настроить ваше ПО для отправки СМС или других необходимых Вашему бизнес-процессу действий через наше API. См. документацию API и примеры реализации.

Подробнее процесс подключения к API описан на нашем сайте.

Composer

Пакет для composer доступен в packagist.

Документация по методам API

Документация с описанием всех доступных на данный момент методов API, их входных параметров, формата возвращаемых данных, списка возможных кодов ответа API доступна по адресу https://help.mobizon.com/help/api-docs.

Примеры реализации типичных сценариев

В разделе docs/examples мы начали собирать для Вас готовые примеры реализации типичных сценариев работы с API на Вашем сайте. Если у Вас есть собственные рабочие варианты использования, будем рады разместить их в нашем репо.


All versions of mobizon-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
ext-curl Version *
ext-simplexml Version *
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 mobizon/mobizon-php contains the following files

Loading the files please wait ....