horizom/core

The Horizom Core package.

5.0.0 2024-03-09 20:04 UTC

This package is auto-updated.

Last update: 2024-11-09 21:42:39 UTC


README

Total Downloads Latest Stable Version License

About Horizom

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.

Installation

composer require horizom/core

Usage

use Horizom\Core\App;

$app = new App();

$app->run();

License

Horizom Core is open-sourced software licensed under the MIT license.