DEV Community

Discussion on: Slack. Send simple message.

Collapse
 
reyz_mynick profile image
Roes W

I just use curl. It's dead simple script.

Collapse
 
kilianso profile image
kilianso • Edited

Would you share that curl code with us?

Collapse
 
phpprofi profile image
Php Profi • Edited

Most things possible to write with native php. But people usually use ready libraries (ready for production).
If you use curl & if you will write with PHP right way, you would write something like a part of guzzle and then something like this alek13/slack package.
But if you write for own goals and not for production project you can use just curl