PHPackages                             moeen-basra/send-pk - 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. moeen-basra/send-pk

ActiveLibrary

moeen-basra/send-pk
===================

Send SMS via SendPk

v1.1.0(3y ago)014MITPHPPHP ^8.1

Since Aug 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/moeen-basra/send-pk)[ Packagist](https://packagist.org/packages/moeen-basra/send-pk)[ RSS](/packages/moeen-basra-send-pk/feed)WikiDiscussions main Synced 1mo ago

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

SendPK (Be Aware they have a fucking shit service)
==================================================

[](#sendpk-be-aware-they-have-a-fucking-shit-service)

The package for [laravel](https://laravel.com/) to send sms messages using the send pk

[Site Url](https://sendpk.com/)

Prerequisites
-------------

[](#prerequisites)

1. php &gt;= 8.1
2. guzzlehttp/guzzle &gt;= 7

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

[](#installation)

`composer require moeen-basra/send-pk`

Publish config
--------------

[](#publish-config)

`php artisan vendor:publish --tag send-pk-config`

Publish lang if you want localization
-------------------------------------

[](#publish-lang-if-you-want-localization)

`php artisan vendor:publish --tag send-pk-lang`

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

[](#how-to-use)

Before moving forward make sure you update the `config/send-pk.php` file.

### Using the SmsMessage

[](#using-the-smsmessage)

```
