AMF protocol in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
samyphp
Forum Newbie
Posts: 2
Joined: Thu Oct 29, 2009 12:40 am

AMF protocol in PHP

Post by samyphp »

Hi,
I want to connect Flex with PHP using amf remote object.
i dont want to use amfphp,weborb,sabreamf,etc..using http service

I am looking for AMF(Action Message Format) protocol in PHP.
Is there any protocol having in PHP?

Any ideas will be appreciated..

thanks,
Palanisamy
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: AMF protocol in PHP

Post by Christopher »

Look at the code for Zend AMF, AMFPHP, WebORB for PHP, or SabreAMF. All provide AMF support in PHP.
(#10850)
Post Reply