PHPackages                             faso-dev/aqilas-sms-sdk - 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. faso-dev/aqilas-sms-sdk

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

faso-dev/aqilas-sms-sdk
=======================

An unofficial sdk to conciliate AQILAS SMS REST API integration in php project by providing a set of classes and functions to interact with the API.

v0.0.1(3y ago)43MITPHP

Since Jan 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/faso-dev/aqilas-sms-sdk)[ Packagist](https://packagist.org/packages/faso-dev/aqilas-sms-sdk)[ RSS](/packages/faso-dev-aqilas-sms-sdk/feed)WikiDiscussions main Synced 1mo ago

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

aqilas-sms-sdk
==============

[](#aqilas-sms-sdk)

An unofficial SDK to conciliate AQILAS SMS REST API integration in php project by providing a set of classes and functions to interact with the API. The goal of this package is to simplify the use of the AQILAS SMS API without having to deal with the HTTP requests and the JSON responses in your code.

Requirements
------------

[](#requirements)

Before using this package, you need to have a valid **API KEY** from AQILAS SMS(). You also need to have theses requirements installed:

- PHP 7.4 or higher
- composer
- ext-json
- ext-curl

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

[](#installation)

You can install the package using composer:

```
composer require faso-dev/aqilas-sms-sdk
```

Usage
-----

[](#usage)

When you have installed the package, you can use it in your code:

```
