PHPackages                             tianrosandhy/laravel-fonnte - 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. tianrosandhy/laravel-fonnte

ActiveLibrary

tianrosandhy/laravel-fonnte
===========================

4105PHP

Since Jul 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tianrosandhy/laravel-fonnte)[ Packagist](https://packagist.org/packages/tianrosandhy/laravel-fonnte)[ RSS](/packages/tianrosandhy-laravel-fonnte/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Fonnte Wrapper
----------------------

[](#laravel-fonnte-wrapper)

This package contain a simple http wrapper to send unofficial whatsapp message with fonnte.

### Requirement

[](#requirement)

- Laravel 8 or more
- Active and registered Fonnte token ()

### Installation

[](#installation)

- `composer require tianrosandhy/laravel-fonnte`
- Setup .env and fill `FONNTE_TOKEN=` with your fonnte token, and `FALLBACK_FONNTE_RECIPIENT=` with your fallback whatsapp number
- Test by calling `Fonnte::ping();` or, `Fonnte::sendMessage($recipient, $message);`

### Examples

[](#examples)

##### Send Simple Message

[](#send-simple-message)

```
