Plugin MobileMessaging and provder sms.ru

Hello %piwik community%!
Help please. How to add supports provider http://sms.ru/ on piwik plugin mobile messaging?
API description available on link: SMS.RU API (смс апи) - программный интерфейс для отправки СМС сообщений

Thanks.

you can add a new class for this SMS provider. See the example at: http://dev.piwik.org/trac/browser/trunk/plugins/MobileMessaging/SMSProvider/Clockwork.php#L1

and the base class: http://dev.piwik.org/trac/browser/trunk/plugins/MobileMessaging/SMSProvider.php

let us know how it goes and if the code allows to add your provider.

Ok. Thank you matt! I’m probe this on next day. But i don’t know php. :frowning:

Unfortunately, I can’t quite figure out the code. My knowledge of php is too small. Could you please help?