PHPackages                             andreyrafah/bvtelecomsms - 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. andreyrafah/bvtelecomsms

ActiveLibrary

andreyrafah/bvtelecomsms
========================

Use to send SMS by Bv Telecom

v1.0.1(2y ago)22.5k↑20%[1 issues](https://github.com/andreyrafah/bvTelecomSms/issues)[2 PRs](https://github.com/andreyrafah/bvTelecomSms/pulls)MITPHPPHP ^8.1

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/andreyrafah/bvTelecomSms)[ Packagist](https://packagist.org/packages/andreyrafah/bvtelecomsms)[ Docs](https://github.com/andreyrafah/bvtelecomsms)[ RSS](/packages/andreyrafah-bvtelecomsms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (15)Versions (3)Used By (0)

use to send SMS by Bv Telecom
=============================

[](#use-to-send-sms-by-bv-telecom)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4d4b7607214a4c40c4e0c523b137f515d7264cad18b2b1de5dc1ee3a4a7c2be8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e6472657972616661682f627674656c65636f6d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andreyrafah/bvtelecomsms)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b7eea226c2906df00d41f1830728d154262fdb29e6e67fdafa00824975b7c43c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e6472657972616661682f627674656c65636f6d736d732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/andreyrafah/bvtelecomsms/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bc9724369a5efb23b295fa9cb68e014178f7d2b4e49ae126f9d49ca4d8809f1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616e6472657972616661682f627674656c65636f6d736d732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/andreyrafah/bvtelecomsms/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/443603b154f5f61578739abfae4c0a1018f5541446f0e409bf9af7968b18f803/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e6472657972616661682f627674656c65636f6d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andreyrafah/bvtelecomsms)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/6d27e495199dae8824cb38fd389d0852a695bb82311941cae0292978e06597bc/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f627654656c65636f6d536d732e6a70673f743d31)](https://spatie.be/github-ad-click/bvTelecomSms)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require andreyrafah/bvtelecomsms
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="bvtelecomsms-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="bvtelecomsms-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="bvtelecomsms-views"
```

Usage
-----

[](#usage)

```
$bvTelecomSms = new Andreyrafah\BvTelecomSms();
echo $bvTelecomSms->echoPhrase('Hello, Andreyrafah!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Andrey Rafah](https://github.com/andreyrafah)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~44 days

Total

2

Last Release

899d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a5d12991ced99de3d966547e2b9839322ab3d8d1fef79f457e5d7e1c7f8cbeb?d=identicon)[AndreyRafah](/maintainers/AndreyRafah)

---

Top Contributors

[![andreyrafah](https://avatars.githubusercontent.com/u/12499506?v=4)](https://github.com/andreyrafah "andreyrafah (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelandreyrafahbvtelecomsms

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/andreyrafah-bvtelecomsms/health.svg)

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem v1 integration with Laravel

1224.9k2](/packages/codebar-ag-laravel-flysystem-cloudinary)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[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)
