4d47 / archieml
PHP parser for the Archie Markup Language
Installs: 95
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 1
pkg:composer/4d47/archieml
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2025-10-05 12:01:42 UTC
README
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
Install
composer require 4d47/archieml
Usage
ArchieML::load("key: value"); // [ 'key' => 'value' ]
Test
git submodule init
git submodule update
composer install
composer test