← DocumentationFoundation · php

Bootstrap

Start a named project through the licensed Enterprise runtime.

01

Application entry

Cimply.Work receives the framework and project roots, then creates the project runtime.

02

Order of execution

License validation completes before routing, request, translation, mapper and view services are registered.

03

Visual result

Examples are deterministic previews. PHP and shell code is never executed in the browser or on the public server.

php
$root = dirname(__DIR__);
$project = $root . '/projects/api';

(new Cimply\Work([$root . '/src']))
    ->app('api', $project)
    ->run()?->execute();
Visual result deterministic

Bootstrap

Framework
4.0.3
Project
api
State
licensed