Download the PHP package tocaan/gowasl-package without Composer
On this page you can find all versions of the php package tocaan/gowasl-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tocaan/gowasl-package
More information about tocaan/gowasl-package
Files in tocaan/gowasl-package
Package gowasl-package
Short Description simple laravel package to connect your whatsapp and send messages
License
Informations about the package gowasl-package
WAIntegration
simple laravel package to connect your whatsapp and send messages.
Installation
After updating composer, add the ServiceProvider to the providers array in config/app.php.
Optionally you can use the Facade for shorter code. Add this to your facades:
more is coming soon.
Finally you can publish the config file:
Configuration
The main change to this config file (config/wa_integration.php) will be filled with your channel credentials.
For example, when loaded with composer, the line should look like:
Usage
You can create a new (Message or Instance) instance and begin sending messages or fetching qr & account activity status.
Use the facade:
- Instance Facade
To fetch current qr
To Check If account status is active or disconnected
Disconnect Channel Connection
Delete Channel, becareful when trying to use it
Clear all files associated with channel
- Message Facade
- Send Text Message Via Whatsapp
- Send Multi-Media Message Via Whatsapp
-
Image
-
Video
-
Audio
-
Document
-
Link
-
Sticker
-
Gif
-
Location
-
Contact
-
Mention
Note: Your Connection status must be connected it means that you had already scanned QR.