Download the PHP package mobily-ws/api without Composer

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

Installation

You can install mobily-ws/api via composer or by typing in command line

OR include require in composer.json

Quickstart

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
    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

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

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:

Send SMS using message Template

This portal offers the ability to send SMS messages using a unified message template for different numbers. This portal allows you to add fixed message text and put symbols in it. This portal transmits the information of each number with the symbols in the message to form a message for each number. the operation :

Balance Inquiry

You can inquire about mobily account balance through this portal by adding mobile number or Api KEY , this portal sends and returns JSON data and the following example shows how to use this portal :

Forget Password

You can retrieve the mobily account password through this portal by adding the mobile number or Api KEY to retrieve its password and the way to send the password either on the mobile number or on the email of the account, and this portal sends and returns data from JSON Type The following example shows how to use this portal:

Change Password

You can change the password for mobily account through this portal by adding the mobile number or Api KEY to change its password and old and new password, and this portal sends and returns data of type JSON. , And as an example of the required data:

Documentation

The documentation for the mobily.ws Api is located here.

The PHP library documentation can be found here.

Versions

Mobily-api's versioning strategy can be found here.

Prerequisites

Getting help

If you need help installing or using the library, please contact Mobily.ws Support at [email protected] first. mobily Support staff are well-versed in all of the mobily.ws Helper Libraries, and usually reply within 24 hours.

If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!


All versions of api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
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 mobily-ws/api contains the following files

Loading the files please wait ....