My team has been asked to offer AMF output from our web service to decrease the time spent parsing XML or JSON for Flash modules on the front end.
As we have an existing application architecture that we must continue to support in terms of request structure etc, I am not interested in using one of the preexisting AMF RPC frameworks (eg: AMFphp).
Our application is written in PHP, so a PHP library we can implement directly would be best. Does anyone know of a library that can accomplish this without major refactoring?
Thanks in advance for your responses.