Skip to content

koriym/alps

Repository files navigation

PHP ALPS

A utility for ALPS (Application-Level Profile Semantics)

Install

composer require koriym/alps

Usage

$alps = new Alps(__DIR__ . '/profile.json');

var_dmp($alps->descriptors);
var_dmp($alps->rels);