PHPackages                             mutlucell/api - 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. [API Development](/categories/api)
4. /
5. mutlucell/api

ActiveLibrary[API Development](/categories/api)

mutlucell/api
=============

Mutlucell-api is the PHP library for sending sms through internet

1.0.0(8y ago)040MITPHPPHP &gt;=5.3.0

Since Nov 21Pushed 8y ago2 watchersCompare

[ Source](https://github.com/mutlucell/api)[ Packagist](https://packagist.org/packages/mutlucell/api)[ Docs](https://www.mutlucell.com.tr/)[ RSS](/packages/mutlucell-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Installation
------------

[](#installation)

You can install [`mutlucell/api`](https://packagist.org/packages/mutlucell/api) via composer or by typing in command line

```
composer require mutlucell/api

```

**OR** include require in **composer.json**

```
{
"require": {
           "mutlucell/api": "1.0.0"
       }
}
```

Quickstart
----------

[](#quickstart)

### TO USE API AFTER DOWNLOAD

[](#to-use-api-after-download)

In order to use Mutlucell Api, you must take the following steps:

1. Registration on the site through the following steps:

    1. Go to the following link: **[`www.mutlucell.com.tr`](https://www.mutlucell.com.tr/)**
    2. Go to link (New Subscription) at the top of the page
    3. Enter the information
2. Download the Mutlucell Api and install it in your system
3. Insert user information (ApiKEY or mobile and password) ,this information's is provided to you by the site In the function setInfo defines user information

### Mutlucell Api Portals

[](#mutlucell-api-portals)

We provide many services that make it easy to use the api, and these are some our of the services:

1. Send bulk
2. Incomeing
3. Bulk report
4. Bulk summary report
5. Search bulk report
6. Credit
7. Senders
8. Cancel pending bulk
9. Add blacklist 10.Show blacklist 11.Delete blacklist

Services Example
----------------

[](#services-example)

### Send bulk message

[](#send-bulk-message)

You can send SMS messages using the transmission gate to ensure the privacy of information and the speed of sending and ensure they arrive, and this portal provid the ability to sending messages to many numbers at once and without any effortless and tired, the gate was receive data using XML technology And These an example of how to use the portal :

Send sms message :

```
