如何从codeigniter项目发送推送通知[关闭]

I am working on a codeigniter project. How to send push notifications to ios and Android devices?

There are some libraries available.

  1. Firebase (sends push notification to both IOS and android ).
  2. GCM (sends only to android and it is also considered as outdated and overtaken
    by Firebase).

Some links which might help you .

https://gist.github.com/joashp/b2f6c7e24127f2798eb2 https://github.com/mac-cain13/notificato