Download the PHP package codebuglab/letsbot-php without Composer
On this page you can find all versions of the php package codebuglab/letsbot-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codebuglab/letsbot-php
More information about codebuglab/letsbot-php
Files in codebuglab/letsbot-php
Package letsbot-php
Short Description Official PHP client for the LetsBot WhatsApp Business API. Seamlessly integrate WhatsApp messaging into your PHP & Laravel applications to automate customer communication, build chatbots, send notifications, and manage interactions.
License MIT
Homepage https://letsbot.net
Informations about the package letsbot-php
LetsBot Api Package
the package can provide all you need to use Lets Bot api according the LetsBot Api Document
if you are using laravel you should install it using composer
after install it you should publish the config file to set your integration values
you can find the config file in config/letsbot.php
api_key
to set api key generated from your dashboard
ssl_verify
this option can disable the ssl CERT PEM if you are using the package under development in your project must be change it to false
to skip errors
if you are using php native or php OOP and you need to use our package ?
no problem this is easy just you have set your integrate your data as well
in this package we are provide alias LetsBot\Api\LetsBot::class
you don't need do anything else..
you just need to use the use LetsBot;
class in your object
and we provide a helper function lb
nested the LetsBot
class
example:-
usage
in this package we are provide alias LetsBot\Api\LetsBot::class
you don't need do anything else..
you just need to use the use LetsBot;
class in your object
and we provide a helper function lb
nested the LetsBot
class
example:-
this is list of methods are ready to use
Message
Send Text Message
- OR
Send Sticker Message
- OR
Send Reaction Message
- OR
Send Replay Message
- OR
Mention Someone
- OR
Send disappearing message
- OR
Send Catalog Message
- OR