maknz / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
1.17k stars 204 forks source link

Use PHP HTTP instead of native Guzzle #77

Open soullivaneuh opened 7 years ago

soullivaneuh commented 7 years ago

PHP HTTP allows to handle multiple HTTP framework using PSR-7 compliant generic message building.

This avoid dependencies issues for people using your project and another version of Guzzle on their projects.

What do you think?