efxphp ====== PHP server library for Action Message Format (AMF) applications, with support for AMF0 and AMF3. The library provides a complete AMF implementation in PHP. Encoding/decoding can be sped up with a custom PHP extension https://github.com/emilkm/amfext Extension or not, encoded output and decoded input are the same, and are OK by Adobe/Apache BlazeDS. # PHP7 Works on PHP 7.1 [![Build Status](https://travis-ci.org/emilkm/efxphp.svg?branch=master)](https://travis-ci.org/emilkm/efxphp) # DONE * Works well with https://github.com/emilkm/amfext * Extension or not, encoded output and decoded input are the same, and are OK by Adobe/Apache BlazeDS. * Setup Travis CI. # TODO * Run the AMF client tests on travis. * Write docs. * Add more tests. * ...