Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 189 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 189 Bytes

axml-parser

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.