PHPackages                             karabinse/telnect-sms - 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. karabinse/telnect-sms

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

karabinse/telnect-sms
=====================

Send SMS text message using Telnect API

1.0.2(1w ago)049↑206.1%MITPHPPHP &gt;=8.1CI passing

Since May 6Pushed 1w agoCompare

[ Source](https://github.com/KarabinSE/telnect-sms)[ Packagist](https://packagist.org/packages/karabinse/telnect-sms)[ Docs](https://github.com/karabinse/telnect-sms)[ RSS](/packages/karabinse-telnect-sms/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

Telnect SMS Notifications Channel for Laravel
=============================================

[](#telnect-sms-notifications-channel-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f2839bfa061f0fce15b52341b2c97badfff114acdefcb5914bce9746153a4500/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61726162696e73652f74656c6e6563742d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/karabinse/telnect-sms)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/d2fa24526a95e5d7ffe224c292c482b45a7362ccd439c4475140a7bc10306121/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b61726162696e73652f74656c6e6563742d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/karabinse/telnect-sms)

This package makes it easy to send notifications using \[TelnectSms\](link to service) with Laravel 10.x. Tested on PHP 8.4 and PHP 8.5.

This package provides a Laravel notification channel for sending SMS messages via the [Telnect](https://telnect.com) API. It integrates with Laravel's notification system, allowing you to send SMS notifications by adding the `TelnectSms` channel to your notifiable classes.

Contents
--------

[](#contents)

- [Installation](#installation)
    - [Setting up the TelnectSms service](#setting-up-the-TelnectSms-service)
- [Usage](#usage)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

```
composer require karabinse/telnect-sms --update-with-dependencies

```

### Setting up the TelnectSms service

[](#setting-up-the-telnectsms-service)

You need to obtain an API key from Telnect. You can contact via [this form](https://telnect.com/homepage/contact-us/)

Add your Telnect API to `services.php`

```
