PHPackages                             mhd-jalilvand/mediana-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. mhd-jalilvand/mediana-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mhd-jalilvand/mediana-php
=========================

Mediana sms api doc &lt;/br&gt; sdks for some programming languages is in out github at https://github.com/ippanelippanel &lt;/br&gt; api-key format: &lt;code&gt;Authorization: "AccessKey your-api-key"&lt;/code&gt; # Authentication &lt;!-- ReDoc-Inject: &lt;security-definitions&gt; --&gt;

1.0.4(2y ago)05unlicensePHPPHP ^7.4 || ^8.0

Since Oct 8Pushed 2y ago2 watchersCompare

[ Source](https://github.com/mhd-jalilvand/Mediana-php)[ Packagist](https://packagist.org/packages/mhd-jalilvand/mediana-php)[ Docs](https://mediana.ir)[ RSS](/packages/mhd-jalilvand-mediana-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

Mediana-php
===========

[](#mediana-php)

Mediana sms api doc
 sdks for some programming languages is in out github at
 api-key format: `Authorization: "AccessKey your-api-key"`

Authentication
==============

[](#authentication)

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/mhd-jalilvand/Mediana-php.git"
    }
  ],
  "require": {
    "mhd-jalilvand/Mediana-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
