Unofficial Integrasi API Fonnte untuk Laravel.
The following plugin is tested under following environment:
- PHP v8.2.x or greater
- Laravel 12
composer require nonuser/laravel-fonntephp artisan vendor:publish --provider="Fonnte\\Laravel\\FonnteServiceProvider" --tag="config"FONNTE_TOKEN=use Fonnte;
$response = Fonnte::sendMessage('081234567890', 'Halo dari Laravel!');
if ($response->successful()) {
logger('Pesan berhasil dikirim.', ['res' => $response->json()]);
} else {
logger()->error('Gagal mengirim pesan.', ['res' => $response->body()]);
}Kalau ada laporan keamanan, kirimkan langsung ke: nonuser0002@gmail.com
nonUser00
📧 Email: nonuser0002@gmail.com
💻 GitHub: @nonUser00
This package is licensed under the MIT License - see the LICENSE file for details.
⭐ If you find this package helpful, please consider giving it a star!
Made with ❤️ to make sending WhatsApp messages from Laravel