Technologies Uses
PHP Laravel is used for building and managing the web interface and backend logic of the application, while Node.js facilitates the integration with WhatsApp's API, allowing the application to send and receive messages through WhatsApp.
PHP : This is used for the user interface and backend. It helps in creating the screens and managing the data and logic behind them. Laravel is a popular PHP framework known for its elegant syntax and developer-friendly features, making it easier to build complex web applications.
- PHP Version = 8.1.13
Laravel : Laravel is a popular PHP framework known for its elegant syntax, developer-friendly features, and robust ecosystem.
- Laravel Version = 10.X
Node.js: Node.js is used specifically for interacting with the WhatsApp API. It's a JavaScript runtime that allows developers to run JavaScript code outside of a web browser, making it ideal for server-side applications. In this case, Node.js would facilitate sending and receiving messages through WhatsApp's API.
- Node Js Version = 20.X
Node.Js is not required for send message via Twilio.
Last updated