palmero/axml-parser

A small AXML parser, designed to handle Android's AAPT output

1.0.0 2019-02-27 15:56 UTC

This package is auto-updated.

Last update: 2025-05-28 06:41:46 UTC


README

A small AXML parser, designed to handle Android's AAPT output.

Usage

$parsed = Palmero\AxmlParser::parse($axml);

It transforms the AXML to an associative array.