PHPackages                             rhincodon/laravel-letsads - 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. rhincodon/laravel-letsads

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

rhincodon/laravel-letsads
=========================

Laravel LetsAds SMS Service Provider

1.1.5(9y ago)0472MITPHPPHP ^5.6|^7.0

Since Sep 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Rhincodon/laravel-letsads)[ Packagist](https://packagist.org/packages/rhincodon/laravel-letsads)[ Docs](https://github.com/rhincodon/laravel-letsads)[ RSS](/packages/rhincodon-laravel-letsads/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (12)Used By (0)

Laravel 5.x LetsAds Service Provider
====================================

[](#laravel-5x-letsads-service-provider)

Laravel 5.x package for [LetsAds](http://letsads.com) SMS provider.

[![Latest Version on Packagist](https://camo.githubusercontent.com/51db4be50fce887c1002e883a359f4f46826d28670b424aba66ff90b1c512cf6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7268696e636f646f6e2f6c61726176656c2d6c6574736164732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rhincodon/laravel-letsads)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/21cf7900fff2078c80569c51cccd9b5dfdbbe96355437b7f277b7b4278966d7d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5268696e636f646f6e2f6c61726176656c2d6c6574736164732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Rhincodon/laravel-letsads)[![Total Downloads](https://camo.githubusercontent.com/dba490a119a901e2f90f50afad4f97ad47ac5f483e7b4f2af95c4e6b90184d6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7268696e636f646f6e2f6c61726176656c2d6c6574736164732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rhincodon/laravel-letsads)

Install
-------

[](#install)

You can install the package via composer:

```
$ composer require rhincodon/laravel-letsads
```

This service provider must be installed. And facade:

```
// config/app.php
'providers' => [
    ...
    Rhinodontypicus\LetsAds\LetsAdsServiceProvider::class,
];
'aliases' => [
    'LetsAds' => Rhinodontypicus\LetsAds\LetsAdsFacade::class,
];
```

You can publish the migration with:

```
php artisan vendor:publish --provider="Rhinodontypicus\LetsAds\LetsAdsServiceProvider"
```

Usage
-----

[](#usage)

In all cases will be returned SimpleXML object with appropriate information about action or ErrorException:

```
use LetsAds;

// Get balance
LetsAds::balance();

// Send messages
// $phones may be string or array
LetsAds::send($message, $from, $phones);

// Get messages statuses
LetsAds::status($messageId);
```

Credits
-------

[](#credits)

- [rhinodontypicus](https://github.com/rhincodon)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~55 days

Recently: every ~0 days

Total

9

Last Release

3460d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.6.0

1.0.2PHP ^5.6|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0bffa0284dbcdc91f949e5e3986677201953bbf259fcee322eafccfb3e1ac20?d=identicon)[Rhincodon](/maintainers/Rhincodon)

---

Top Contributors

[![Rhincodon](https://avatars.githubusercontent.com/u/6630959?v=4)](https://github.com/Rhincodon "Rhincodon (33 commits)")

---

Tags

laravelsmsletsads

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rhincodon-laravel-letsads/health.svg)

```
[![Health](https://phpackages.com/badges/rhincodon-laravel-letsads/health.svg)](https://phpackages.com/packages/rhincodon-laravel-letsads)
```

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
