{
    "name": "emilkm/efxphp-amf",
    "description": "PHP library for ActionScript Message Format (AMF) encoding and decoding with support for AMF0 and AMF3",
    "type": "library",
    "keywords": [
        "efxphp",
        "amf"
    ],
    "homepage": "http://emilmalinov.com/efxphp-amf",
    "license": "Apache License 2.0",
    "authors": [
        {
            "name": "Emil Malinov",
            "email": "emilkm@gmail.com"
        }
    ],
    "suggest": {
        "emilkm/amfext": "Custom PHP extension for ActionScript Message Format (AMF) encoding and decoding with support for AMF0 and AMF3"
    },
    "require": {
        "php": ">=7.1.1"
    }
}