1. Go to this page and download the library: Download emincmg/convo-lite library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
return [
'new_message_subject' => 'New message notification from :sender',
'greeting' => 'Dear :name,',
'new_message_line' => 'You\'ve got a new message from :sender.',
'click_to_view' => 'Click the button below to view.',
'view_details' => 'Details',
'best_regards' => 'Best Regards,',
'slack_message' => 'You\'ve got a new message from :sender.',
'view_message' => 'View Message',
'sms_message' => 'You\'ve got a new message from :sender.',
];