richsage / RMSPushNotificationsBundle

NOT MAINTAINED! ⛔️ Push notifications/messages for mobile devices. Supports iOS, Android (C2DM, GCM), Blackberry and Windows Mobile (toast only). A Symfony2 bundle.
MIT License
321 stars 152 forks source link

Decouple the underlying lib from symfony #136

Open staabm opened 8 years ago

staabm commented 8 years ago

Would be great if the underlying x-browser messaging abstraction could be extracted into a separate framework agnostic lib.

Atm re-using the messaging outside of the symfony world is really hard and error prone

richsage commented 8 years ago

I'd love to do this but lacking the time at the moment sadly. As always, help is greatly appreciated :) particularly if you've managed to do this and found workarounds ;-)