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

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

xoxoday/sms
===========

This package contains the API code for sending SMS using Kalyera.

1.2(3y ago)0181PHP

Since Nov 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hagarwal-velsof/xoxoday-sms)[ Packagist](https://packagist.org/packages/xoxoday/sms)[ RSS](/packages/xoxoday-sms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (1)

**SMS Package**

What is SMS API?
----------------

[](#what-is-sms-api)

This package takes care of all SMS related Tasks using different Gateways.

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

[](#installation)

Require this package with composer.

```
$ composer require xoxoday/sms
```

Database table migration
------------------------

[](#database-table-migration)

Create xosms\_messages table in your database.

```
$ php artisan migrate
```

Publish package
---------------

[](#publish-package)

Create config/xosms.php and Jobs/SendSmsRequest.php file using the following artisan command:

```
$ php artisan vendor:publish  --tag="sms_files"
```

Complete configuration
----------------------

[](#complete-configuration)

### Set your credentials

[](#set-your-credentials)

Open config/xosms.php configuration file and set your credentials:

```
return [
    'kaleyra_sms_api_key' => env('KALEYRA_SMS_API_KEY', 'Set your API KEY'),

    'kaleyra_sms_message_otp' => env('KALEYRA_SMS_MESSAGE_OTP', 'Your OTP for login is {{1}} for Golfer\'s Shot
Powered by Xoxoday'),

'kaleyra_sms_sender_id' => env('KALEYRA_SMS_SENDER', 'Set your SMS sender ID'),

    'kaleyra_sms_api_url' => env('KALEYRA_SMS_API_URL', 'https://global.solutionsinfini.com/api/v4/?api_key='),
];
```

Configure the queue in your laravel project to use the SMS functionality. To configure queue run artisan command.

```
$ php artisan queue:table
$ php artisan migrate
```

Update queue connection in your environment file

QUEUE\_CONNECTION={{database}}

How to use
----------

[](#how-to-use)

Refer code from the sample.php file and execute the functionality of the package

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

1279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d89d799b8cf3d6c2e166f9459a94b8172433322fcbba542bc497fb8484877d31?d=identicon)[hagarwal](/maintainers/hagarwal)

---

Top Contributors

[![hagarwal-velsof](https://avatars.githubusercontent.com/u/58728963?v=4)](https://github.com/hagarwal-velsof "hagarwal-velsof (9 commits)")

### Embed Badge

![Health badge](/badges/xoxoday-sms/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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