background preloader

Amfphp

Facebook Twitter

Commercial php libs

Introduction To AMF. Selling Digital Goods Online. WiziApp - Wordpress iPhone App Plugin. Compile php. Nothing Insightful • jQuery Mobile 1.0.1 - iOS Theme Compatible. Creative communities | Documentation. Silexlabs/amfphp-2.0 - GitHub. Creative communities | amfPHP. Install AMFPHP along with AMFEXT – Mac Snow Leopard PHP 5.3 or higher | PeaceMAX. AMFPHP is a free open-source implementation of the Action Message Format(AMF) which is a communication protocol to exchange data between an Adobe Flex application and a remote service.

AMFEXT is a PHP extension written in C that implements encoding and decoding of AMF. By integrating these two we can get one of the fastest ways to communicate between flex and php. AMFPHP runs like 18 times faster with AMFEXT and I don’t see any point why one shouldn’t install AMFEXT before using AMFPHP. But since the AMFEXT project is not being maintained there are a few changes that you need to make before using it. Note: Don’t use pecl to install AMFEXT because the source is out-dated and you need to make changes and compile it as amf.so to use it. Step 1: Download the required AMFEXT 0.9.2 and AMFPHP 1.9 from the following locations: AMFEXT 0.9.2: – and extract it. Step 2: Making changes to amfext to succefully compile it. . – Open amfext-0.9.2/amf.c On line 1188.