我可以用PHP语言集成DJI SDK吗?

I am working on DJI SDK and i have task of fetching flights(Drones) details using DJI SDK and displays into my web application. My web application is on PHP platform. I have searched that they have three SDK which are Onboard SDK, Guidance SDK and Mobile SDK (For Android and IOS) but don't found any SDK with PHP language. Can you please guide me, is it possible or not with PHP? Or do i find other approach to accomplish task.

To interact with DJI Drone you need a mobile device connect to the RC. You will have to use the Mobile SDK at the minimum for your use case. It could be an Android or iOS app. With Mobile SDK you have access to all the "flights(Drones) details".

Once you have that going, if you want to "displays into my web application", then you have to sync your information from your mobile app to your server side. Using a rest API is one possible way.