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

ActiveLibrary[API Development](/categories/api)

klucherev/smsaero
=================

A simple API provider for smsaero.ru

016PHP

Since Feb 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Klucherev/smsaero)[ Packagist](https://packagist.org/packages/klucherev/smsaero)[ RSS](/packages/klucherev-smsaero/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

smsaero
=======

[](#smsaero)

A simple smsaero.ru API provider for laravel 4

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

[](#requirements)

- Laravel 4

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

[](#installation)

In the `require` key of `composer.json` file add the following

```
"klucherev/smsaero": "1.0-dev"

```

Run the Composer update comand

```
$ composer update

```

In your `config/app.php` add `'Klucherev\Smsaero\SmsaeroServiceProvider'` to the end of the `$providers` array

```
'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Klucherev\Smsaero\SmsaeroServiceProvider',

),
```

### Configuration

[](#configuration)

Run

```
$ php artisan config:publish klucherev/smsaero

```

This will generate config file in /app/config/packages/klucherev/smsaero that you will need to edit.

Code Examples
-------------

[](#code-examples)

```
// get balance
$balance = Smsaero::getBalance();

// send SMS to
$sms = Smsaero::send($to, $text, $from, $date);
```

License
-------

[](#license)

[MIT License](http://opensource.org/licenses/MIT).

Copyright 2015 [Klucherev Alexey](http://bizapp.ru/)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ada508b2b8100a4f5c956b6082e2793ee168c81da1ef703ec988576056fe13d?d=identicon)[Klucherev](/maintainers/Klucherev)

---

Top Contributors

[![Klucherev](https://avatars.githubusercontent.com/u/9038804?v=4)](https://github.com/Klucherev "Klucherev (8 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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