Skip to content
Emanuele Minotto edited this page Dec 9, 2024 · 19 revisions

Welcome to the crystal wiki!

This is a PHP (5.3+) microframework based on anonymous functions and anonymous classes.

<?php 

$mf = require_once('crystal.php');

$mf('/', function () {
    echo 'Hello World!';
});

Features

Clone this wiki locally