horizom/core

The Horizom Core package.

5.0.0 2024-03-09 20:04 UTC

This package is auto-updated.

Last update: 2024-04-09 20:23:12 UTC


README

68747470733a2f2f686f72697a6f6d2e6769746875622e696f2f696d672f686f72697a6f6d2d6c6f676f2d636f6c6f722e737667

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.