PHPackages                             adnsms/adnsms - 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. adnsms/adnsms

ActiveLibrary[API Development](/categories/api)

adnsms/adnsms
=============

A php wrapper for adnsms api.

v1.0.0(4y ago)41.0k1MITPHPPHP &gt;=5.6

Since Dec 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rahulhaque/adnsms)[ Packagist](https://packagist.org/packages/adnsms/adnsms)[ RSS](/packages/adnsms-adnsms/feed)WikiDiscussions master Synced 6d ago

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

AdnSms Sms Api Wrapper for PHP / Laravel
========================================

[](#adnsms-sms-api-wrapper-for-php--laravel)

A lightweight php wrapper for adnsms message sending api. Supports Laravel. While this pacakge can be used with Laravel, there is also a package specific to Laravel with more features, queue support that can be found here - [ADN SMS Laravel](https://github.com/rahulhaque/adn-sms-laravel)

Usage
-----

[](#usage)

- Clone the repository.
- Require the class and create instance to access its functions.
- Or install with `composer require adnsms/adnsms`

Example
-------

[](#example)

A simple single sms send example.

```
