PHPackages                             intis/sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. intis/sdk

ActiveSdk[PSR &amp; Standards](/categories/psr-standards)

intis/sdk
=========

SDK for SMS sending and getting API information

1.0.1(8y ago)326.7k4[1 PRs](https://github.com/intistelecom/Intis-Telecom-SDK-PHP-obsolete-/pulls)MITPHPPHP &gt;=5.3.0

Since Dec 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/intistelecom/Intis-Telecom-SDK-PHP-obsolete-)[ Packagist](https://packagist.org/packages/intis/sdk)[ Docs](https://github.com/intistelecom/Intis-Telecom-SDK-PHP)[ RSS](/packages/intis-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Intis-Telecom-SDK-PHP
=====================

[](#intis-telecom-sdk-php)

The Intis telecom gateway lets you send SMS messages worldwide via its API. This program sends HTTP(s) requests and receives information as a response in JSON and/or XML. The main functions of our API include:

- sending SMS messages (including scheduling options);
- receiving status reports about messages that have been sent previously;
- requesting lists of authorised sender names;
- requesting lists of incoming SMS messages;
- requesting current balance status;
- requesting lists of databases;
- requesting lists of numbers within particular contact list;
- searching for a particular number in a stop list;
- requesting lists of templates;
- adding new templates;
- requesting monthly statistics;
- making HLR request;
- HLR запрос
- receiving HLR request statistics;
- requesting an operator’s name by phone number;

To begin using our API please [apply](https://go.intistele.com/external/client/register/) for your account at our website where you can get your login and API key.

Install
-------

[](#install)

```
composer require "intis/sdk: ~1.0.0"
```

Usage
-----

[](#usage)

class IntisClient - The main class for SMS sending and getting API information

There are three mandatory parameters that you have to provide the constructor in order to initialize. They are:

- $login - user login
- $apiKey - user API key
- $apiHost - API address

```
