PHPackages                             dexalt142/sendtalk - 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. [API Development](/categories/api)
4. /
5. dexalt142/sendtalk

ActiveLibrary[API Development](/categories/api)

dexalt142/sendtalk
==================

Unofficial TapTalk's SendTalk library for Laravel.

1.2(3y ago)0569↓50%MITPHPPHP ^7.4||^8.0||^8.1

Since May 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Dexalt142/sendtalk-laravel)[ Packagist](https://packagist.org/packages/dexalt142/sendtalk)[ Docs](https://github.com/Dexalt142/sendtalk-laravel)[ RSS](/packages/dexalt142-sendtalk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

SendTalk Laravel
================

[](#sendtalk-laravel)

Unofficial TapTalk's SendTalk library for Laravel.

[![PHPUnit Tests](https://github.com/Dexalt142/sendtalk-laravel/actions/workflows/test.yml/badge.svg)](https://github.com/Dexalt142/sendtalk-laravel/actions/workflows/test.yml)[![Latest Version](https://camo.githubusercontent.com/dd41c16310b12afc3e7601ed00ef4f95e6f43c4ec511047c21f5a0dd8f150c67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646578616c743134322f73656e6474616c6b3f6c6162656c3d4c617465737425323056657273696f6e267374796c653d666c61742d737175617265)](https://packagist.org/packages/dexalt142/sendtalk)[![Packagist Downloads](https://camo.githubusercontent.com/0ac8e5fed569707390e2be5d1dd98e2fb42ccbd3f513cdde32386f2ee0e8a044/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f646578616c743134322f73656e6474616c6b3f6c6162656c3d446f776e6c6f616473267374796c653d666c61742d737175617265)](https://packagist.org/packages/dexalt142/sendtalk)[![License](https://camo.githubusercontent.com/62287d26dc9fb22e7414433c83f3fc5f6de414d9d89db5b05e73bf54fb114d0e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f646578616c743134322f73656e6474616c6b2d6c61726176656c3f6c6162656c3d4c6963656e7365267374796c653d666c61742d737175617265)](https://github.com/Dexalt142/sendtalk-laravel/blob/master/LICENSE)

1. Installation
---------------

[](#1-installation)

You can install this package through Composer CLI by running this command.

```
composer require dexalt142/sendtalk
```

Or you can modify the `composer.json` file and don't forget to run `composer install`.

```
{
    "require": {
        "dexalt142/sendtalk": "1.*"
    }
}
```

2. Configuration
----------------

[](#2-configuration)

Before using this package, you need to set your SendTalk API key, you can do this by adding `SENDTALK_API_KEY` to the `.env` file.

```
APP_NAME=Laravel
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

SENDTALK_API_KEY=YOUR_SENDTALK_API_KEY_HERE

...
```

3. How to Use
-------------

[](#3-how-to-use)

To call all available methods, you must call it through the SendTalk Facade `Dexalt142\SendTalk\Facades\SendTalk`.

### 3.a. Get message status

[](#3a-get-message-status)

```
