Skip to content
/ efxphp Public

PHP server library for Action Message Format (AMF) applications

License

Notifications You must be signed in to change notification settings

emilkm/efxphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP server library for Action Message Format (AMF) applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published