Skip to content
github-actions[bot] edited this page Sep 11, 2025 · 20 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