Application entry
Cimply.Work receives the framework and project roots, then creates the project runtime.
Order of execution
License validation completes before routing, request, translation, mapper and view services are registered.
Visual result
Examples are deterministic previews. PHP and shell code is never executed in the browser or on the public server.
$root = dirname(__DIR__);
$project = $root . '/projects/api';
(new Cimply\Work([$root . '/src']))
->app('api', $project)
->run()?->execute();↗
Bootstrap
- Framework
- 4.0.3
- Project
- api
- State
- licensed