PHPackages                             multitoys/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. multitoys/laravel-letsads

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

multitoys/laravel-letsads
=========================

Laravel LetsAds SMS Service Provider

2.1(7y ago)028MITPHPPHP ^7.0

Since Sep 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/multitoys/laravel-letsads)[ Packagist](https://packagist.org/packages/multitoys/laravel-letsads)[ Docs](https://github.com/multitoys/laravel-letsads)[ RSS](/packages/multitoys-laravel-letsads/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (3)Versions (15)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 multitoys/laravel-letsads
```

This service provider must be installed. And facade:

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

You can publish the migration with:

```
php artisan vendor:publish --provider="Multitoys\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)

- [Multitoys](https://github.com/multitoys)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 70.2% 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 ~120 days

Recently: every ~222 days

Total

12

Last Release

2569d ago

Major Versions

1.1.6 → 2.02019-04-30

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

1.0.2PHP ^5.6|^7.0

1.1.6PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f14f11416fa074ad521f51431b2e2fbfc21226ac071cc26ce13f9994cfde022?d=identicon)[multitoys](/maintainers/multitoys)

---

Top Contributors

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

---

Tags

laravelsmsletsads

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3624.1k](/packages/midnite81-geolocation)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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