javihgil / nexmo-bundle

Integrates Nexmo libs in Symfony2
MIT License
7 stars 15 forks source link

Sms message language #2

Closed fureev closed 9 years ago

fureev commented 10 years ago

Thanks a lot for your bundle!

There are new bugs after update. The most important for me is language support for sms message. In sms i've got ????????? instead words of message.

Also in new commands is a problem with services:

[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
You have requested a non-existent service "jhg_nexmo.account".

javihgil commented 10 years ago

I'm sorry for the last changes, I've refactored dephtly the bundle, trying to improve it. I was not aware there was people using the bundle. I will commit some improvements in next few days.

First, I used prawnsalad/Nexmo-PHP-lib, but I had a lot of problems with language support in spanish, so I decided to implement an easy web service connector in the bundle, but it seems to have worst support for other languages. I'll try to fix this.

I'll review this command bug. Also, you can pull request any change you consider.

Thanks!