Project

amf-ruby

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby Gem for serializing and deserializing AMF
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 3.16
~> 1.6
>= 0.1.3
~> 5.10
~> 3.3
~> 0.8
 Project Readme

AMF-Ruby

Ruby Gem for serializing and deserializing AMF

This Gem wraps: https://github.com/RobertLongIV/AMF

DESCRIPTION:

"This is heavily inspired by PHP-AMF3 (http://sourceforge.net/projects/php-amf3/) and Adobe's doc (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/amf/pdf/amf-file-format-spec.pdf)"

FEATURES/PROBLEMS:

Awesome!

SYNOPSIS:

Awesome!

REQUIREMENTS:

Awesome!

INSTALL:

# Gemfile
gem 'amf-ruby'
# wherevs
require 'amf'
resp = AMF::Deserializer.new(amf_response)

DEVELOPERS:

Awesome!

LICENSE:

Copyright 2017 RobertLongIV, SoAwesomeMan

Apache 2.0 while awaiting MIT: RobertLongIV#1

(see "LICENSE" file in root dir)