CodeIgniter Forums
[ASK] Whatsapp Library on Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: [ASK] Whatsapp Library on Codeigniter (/showthread.php?tid=1277)



[ASK] Whatsapp Library on Codeigniter - rivalavista - 02-25-2015

where i can to get whatsapp library on codeigniter? please help me..


RE: [ASK] Whatsapp Library on Codeigniter - sapkotamadan - 02-25-2015

http://blog.philippheckel.com/2013/07/07/send-whatsapp-messages-via-php-script-using-whatsapi

check it out this link, it is plain PHP, you can make it codeigniter without effort.


RE: [ASK] Whatsapp Library on Codeigniter - Php - 02-25-2015

(02-25-2015, 01:29 AM)rivalavista Wrote: where i can to get whatsapp library on codeigniter? please help me..

Not available now. Wink Tongue


RE: [ASK] Whatsapp Library on Codeigniter - sstevemmitchell - 01-10-2021

(11-11-2020, 01:48 AM)Buchan Wrote:
(02-25-2015, 01:29 AM)rivalavista Wrote: where i can to get library on codeigniter? please help me
You can use below script to send message from whatsapp in 

Code:
PHP
.
Configure the source code in 

Code:
Apache
 and run 

Code:
examples/whatsapp.php
 file.
You have change below configurations.
Code:
//simple password to view this script
$config['webpassword'] = 'MakeUpPassword';
and
Code:
$config['YOURNAME'] = array(
'id' => 'e807f1fcf82d132f9bb018ca6738a19f',
'fromNumber' => '441234567890',
'nick' => "YOURNICKNAME",
'waPassword' => "EsdfsawS+/ffdskjsdhwebdgxbs=",
'email' => '[email protected]',
'emailPassword' => 'gmailpassword'
);
It's working for me..

Glad, it's work for me. Thank you for provide this code.


RE: [ASK] Whatsapp Library on Codeigniter - ISSHIKI - 07-26-2021

Hii Steve, thanks for sharing it with us too.



                                                                                                      kinemaster mods


RE: [ASK] Whatsapp Library on Codeigniter - lok90 - 10-03-2021

(02-25-2015, 01:29 AM)rivalavista Wrote: where i can to get whatsapp library on codeigniter? please help me..

You can easily get from ( https://gbplus.net/)


RE: [ASK] Whatsapp Library on Codeigniter - InsiteFX - 10-03-2021

WhatsApp Business API