PHPackages                             apilitylabs/keysms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. apilitylabs/keysms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

apilitylabs/keysms
==================

v1.3.0(9mo ago)0189MITPHPPHP &gt;=8.0

Since Sep 12Pushed 9mo agoCompare

[ Source](https://github.com/ApilityLabs/keysms-laravel)[ Packagist](https://packagist.org/packages/apilitylabs/keysms)[ RSS](/packages/apilitylabs-keysms/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (9)Versions (15)Used By (0)

KeySMS for PHP / Laravel
========================

[](#keysms-for-php--laravel)

This package implements a fluent interface for working with the KeySMS API.

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

[](#installation)

```
composer require apilitylabs/keysms
```

Laravel
-------

[](#laravel)

Configure the following variables in your .env file / environment

```
KEYSMS_USERNAME=
KEYSMS_API_KEY=
```

If you have a verified sender alias, and would like to configure this globally as the default sender:

```
KEYSMS_DEFAULT_SENDER="Acme Inc"
```

### Usage

[](#usage)

```
