Download the PHP package mutlucell/api without Composer

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

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

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 :

Send sms message with turkish charset and addLinkToEnd which adds description link in case If you do not want to receive our messages .

Send message with send time and expire send time and the IP of the system sending the SMS and subscriber id and then the portal that is sending messages through which

send message with vendor application

Incomeing

This portal offers the ability to get SMS messages using a subscriber number like this (0850 550 XX XX) , you can get it from your account on www.mutlucell.com.tr , and spacify the start date and end date

Bulk Report

You can query your first report 1 minute after sending the message. Where there are pending messages, you should post the report interrogation code every 15 minutes instead of posting frequently. Otherwise, the system will detect frequently requested report inquiry requests as an attack and block your account.
Note: You can get the id number from the transmission result.

Bulk Summary Report

You can get status reports of packages was sent in a certain time interval.
Note : The time interval cannot exceed 30 days.

Search Bulk Report

You can search for messages sent to a specific number at a certain time interval ,and it returns reports for these messages.

Credit

This portal is get your account balance at the site.

Originators

You can get your originators from this portal and your originators will return with tab ("\ t").

Cancel Pending Bulk

This portal help you to cancel pending messages, the id parameter here is the ID that the SMS portal sends for the message to be canceled.

Add Blacklist

With add blacklist portal, the sending of sms to desired number can be prevented for the specified account.

Delete Blacklist

With this portal, you can delete any number you have added to the blacklist

Show Blacklist

This portal get all blacklist number you have bean added

Documentation

The documentation for the mutlucell Api is located here.

The PHP library documentation can be found here.

Versions

Mutlucell api's versioning strategy can be found here.

Prerequisites

Getting help

If you need help installing or using the library, please contact mutlucell.com.tr Support at [email protected] first. mutlucell Support staff are well-versed in all of the mutlucell.com.tr 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 mutlucell/api contains the following files

Loading the files please wait ....