PHPackages                             mikhalyuk/laravel-smsaero - 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. mikhalyuk/laravel-smsaero

ActiveLibrary[API Development](/categories/api)

mikhalyuk/laravel-smsaero
=========================

smsaero.ru API wrapper for Laravel

v1.0-alpha.1(8y ago)0203MITPHPPHP &gt;=7.0

Since Jan 5Pushed 8y ago1 watchersCompare

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

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

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

[](#installation)

This package is very easy to set up. There are only couple of steps.

### Composer

[](#composer)

```
composer require mikhalyuk/laravel-smsaero

```

### Service Provider

[](#service-provider)

Add the package to your application service providers in `config/app.php` file.

```
'providers' => [

    /*
     * Laravel Framework Service Providers...
     */
    Illuminate\Foundation\Providers\ArtisanServiceProvider::class,
    Illuminate\Auth\AuthServiceProvider::class,
    ...

    /**
     * Third Party Service Providers...
     */
    Mikhalyuk\SmsAero\SmsAeroServiceProvider::class,

],
```

### Config File

[](#config-file)

Publish the package config file to your application. Run this command inside your terminal.

```
php artisan vendor:publish --provider="Mikhalyuk\SmsAero\SmsAeroServiceProvider" --tag=config

```

And that's it!

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3049d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0800e234bb89fd9aecdf7c975b59897b3a67a024bf4aab7766231288ebc66506?d=identicon)[vasya\_mikhalyuk](/maintainers/vasya_mikhalyuk)

---

Top Contributors

[![mikhalyuk](https://avatars.githubusercontent.com/u/15323670?v=4)](https://github.com/mikhalyuk "mikhalyuk (5 commits)")

---

Tags

laravelsmssmsaero

### Embed Badge

![Health badge](/badges/mikhalyuk-laravel-smsaero/health.svg)

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

###  Alternatives

[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)
