PHPackages                             ahmedalaahagag/mobily-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. ahmedalaahagag/mobily-api

ActiveLibrary[API Development](/categories/api)

ahmedalaahagag/mobily-api
=========================

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

1.0(7y ago)016MITPHPPHP &gt;=5.3.0

Since Dec 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ahmedalaahagag/mobily-SMS-old)[ Packagist](https://packagist.org/packages/ahmedalaahagag/mobily-api)[ Docs](http://mobily.ws/)[ RSS](/packages/ahmedalaahagag-mobily-api/feed)WikiDiscussions master Synced today

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

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

[](#installation)

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

```
composer require ahmedalaahagag/mobily-api

```

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

```
{
"require": {
           "ahmedalaahagag/mobily-api": "1.0.0"
       }
}
```

Quickstart
----------

[](#quickstart)

### TO USE Api AFTER DOWNLOAD

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

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

1. Registration on the site through the following steps:

    1. Go to the following link: **[`mobily.ws`](http://www.mobily.ws/sms/index.php)**
    2. Go to page (Register now) at the top of the page
    3. Enter the information
    4. Enable sender name to send messages
2. Download the Mobily 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

### Mobily Api Portals

[](#mobily-api-portals)

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

1. send sms
2. send sms using message template
3. sending sms directly
4. sending status
5. Add mobile number as sender name
6. Activate mobile number as sender name
7. Check that the mobile number is activated as a sender's name
8. Possibility to change password
9. Retrieve password
10. Balance Inquiry
11. Delete sms
12. Add a text sender name
13. Activate the text sender name

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

[](#services-example)

### Send SMS message

[](#send-sms-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, is the gate to send and receive messages using JSON technology And These an example of how to use the portal:

```
