I need to make a webhook server from where I can send json data to different receivers/clients. How can I build it up using PHP?
What methods should I use to send json data?
I need to make a webhook server from where I can send json data to different receivers/clients. How can I build it up using PHP?
What methods should I use to send json data?
you shuld have a look at:
http://php.net/manual/en/book.curl.php