Firebase云消息传递:订阅主题并在php中接收消息

Would it be possible with server side code to subscribe to topics and receive messages in php?

I have some code that I would like to run whenever a message is send.

There is no client to receive Firebase Cloud Messaging data in PHP. You will have to find another way to trigger that PHP code when you also send the FCM message.