Parse Archie Markup Language (ArchieML) documents into PHP arrays.
Read about the ArchieML specification at archieml.org.
This project is currently mostly a translation of ArchieML.js v0.4.2
composer require 4d47/archieml
ArchieML::load("key: value"); // [ 'key' => 'value' ]
git submodule init
git submodule update
composer install
composer test