Note: This repository contains the core code of the Horizom framework. If you want to build an application using Horizom, visit the main Horizom repository.
composer require horizom/coreuse Horizom\Core\App;
$app = new App();
$app->run();Horizom Core is open-sourced software licensed under the MIT license.