Carpe-Hora / SmsSender

[DEPRECATED] The almost missing SMS sending PHP library.
MIT License
54 stars 19 forks source link

Add websms provider #19

Closed thomaskonrad closed 9 years ago

thomaskonrad commented 9 years ago

There is an Austrian SMS provider called websms which I just added support for in SmsSender. I have also added the provider to the list of supported providers and wrote a PHPUnit test (which runs successfully on my machine).

Detailed information on the web API can be found here.

Please let me know if there is something that must be improved before merging.

Cheers

K-Phoen commented 9 years ago

Thanks for your work! :) I'll merge this PR as soon as the few comments I wrote are fixed.

thomaskonrad commented 9 years ago

Thanks for your feedback! I have corrected the things you mentioned and a couple of docs-related things more.

K-Phoen commented 9 years ago

Aaaaand merged! Thanks!