Search by

dariodelogu / monti-framework-core

dariodelogu

There is no license information available for the latest version (1.0.0) of this package.

Monti PHP framework core

Package info

github.com/dariodelogu/monti-core

pkg:composer/dariodelogu/monti-framework-core

Statistics

Installs: 3

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-09-05 17:32 UTC

This package is auto-updated.

Last update: 2026-09-06 15:25:13 UTC


README

dariodelogu/monti-core provides the foundation of the Monti framework.

Installation

The package is published on Packagist, so a Monti project only needs to require it:

composer require dariodelogu/monti-core

which adds it to composer.json:

"require": {
    "dariodelogu/monti-core": "^1.0"
}

Usage

include(__DIR__ . "/../vendor/autoload.php");

\App\System\Project::setRootPath(__DIR__ . "/..");
\App\System\Project::init();

License

Distributed under the Apache License, Version 2.0, same as the rest of the Monti framework.