I'm writing applications for Android and iOS, until now we were using JSON to pass data between the server and the client apps. Our server is written in PHP. Now I was thinking to move our implementation to FlatBuffers
instead of JSON.
Does someone knows if I can produce them using PHP? I'm not a server developer so I have no idea how this works on the server side.