evert / SabreAMF

SabreAMF is a AMF encoder/decoder writting in PHP. Supports AMF0 and 3.
http://code.google.com/p/sabreamf/
BSD 3-Clause "New" or "Revised" License
41 stars 21 forks source link

Added DSA and DSK Objects #4

Closed zlokomatic closed 11 years ago

zlokomatic commented 11 years ago

Had to add these to communicate with the League of Legends Server

evert commented 11 years ago

This does not look like the correct way to implement this. Can't you use the class mapper?

zlokomatic commented 11 years ago

Okay i'll try to get it running with classmapper.

evert commented 11 years ago

Yea, just so it's clear.. You just showed an example of how to use sabreamf.. class-mapping is one of it's features.

This does not directly belong into sabreamf itself