saifulcoder / laravel-whatsapp-server
- четверг, 10 февраля 2022 г. в 00:33:30
Simple RESTful WhatsApp API with Laravel 8
An implementation of @adiwajshing/Baileys as a simple RESTful API service with multiple device support.
git clone https://github.com/saifulcoder/laravel-whatsapp-server.gitcd laravel-whatsapp-servercomposer install to install the dependencies..env.example to .env and open file at project root directoryDB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**.env file at project root directoryURL_WA_SERVER=http://localhost:8000 php artisan migrate:fresh --seedphp artisan serve --port=80/admin/logindefault email : admin@crudbooster.com
default password : 123456
Simple RESTful WhatsApp API by @ookamiiixd/baileys-api .
cd backend.npm i to install the dependencies.npm run start or node ..http://localhost:8000.The API documentation is available online at here. You can also import the Postman Collection File (postman_collection.json) into your Postman App alternatively.
The server will respond in JSON format:
{
success: true|false, // bool
message: "", // string
data: {} // object
}| Multiple Device | |
| Admin Panel | |
| Multiple Users | |
| User Privilege | |
| API RESTFul | |
| coming soon | |
| Send Buttons | coming soon |
| Send stickers | coming soon |
| Send stickers GIF | coming soon |
| Send Bulk Message | coming soon |
| Send Message with schedule | coming soon |
| Receive message | coming soon |
| Get Chat List | coming soon |
| Get Chat Conversation | coming soon |
| Webhook | coming soon |
This project helps you and you want to help keep it going? Buy me a coffee:
or via
https://saweria.co/saifulcoder