/efxphp

PHP server library for Action Message Format (AMF) applications

Primary LanguagePHPApache License 2.0Apache-2.0

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

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.
  • ...