menu

Sunday 29 March 2015

The easiest way to get your own Social Network

video

HumHub is a social network software and framework built to give you the tools to make communication and collaboration easy and successful.

It's lightweight, powerful and comes with an user-friendly interface. With HumHub you can create your own customized social network, social intranet or huge social enterprise application that really fits your needs.


Wednesday 25 March 2015

Send WhatsApp messages in PHP


whatsapp2I search an API for send a message in whatsapp through in website in php. it’s relatively easy to send and receive WhatsApp messages via PHP. Using the PHP-based framework WhatsAPI, a simple WhatsApp notifier script only has a dozen lines of code.
In this tiny tutorial you can learn how to use the two very basic functions of WhatsAPI, namely to send simple outgoing messages to any number and to listen for new incoming messages from your own WhatsApp account. This is the second part of a two-part tutorial. The first part demonstrated how to sniff the WhatsApp password from your Android phone or iPhone.

  Read More