gnello / php-mattermost-driver

The PHP Driver to interact with the Mattermost Web Service API.
Apache License 2.0
79 stars 27 forks source link

Join forces on MattermostAPI client? #21

Closed thePanz closed 6 years ago

thePanz commented 6 years ago

I am the author of https://github.com/thePanz/MattermostClient What about joining forces? :)

gnello commented 6 years ago

Hi! I would appreciate your help, what do you have in mind?

thePanz commented 6 years ago

Maybe in a merge of our works, I noticed that your library is mostly exposing raw responses, while mine also focus on creating a models+builders. I also opt to not rely on Guzzle, but on PhpHttp abstraction.

WDYT?

gnello commented 6 years ago

I respect your point but I would like to keep this project as simpliest as possible, which is why this library exposes raw response and doesn't use models or builders. Despite my point of view maybe we can create a new repo only with your models and builders made compatible with this project and include it in the documentation.