dariodelogu / monti-framework-core
There is no license information available for the latest version (1.0.0) of this package.
Monti PHP framework core
1.0.0
2026-09-05 17:32 UTC
Requires
- php: >=8.4.0
- filp/whoops: ^2.18
- illuminate/database: ^12.0
- illuminate/events: ^12.0
- laminas/laminas-diactoros: ^3.8
- laravel/serializable-closure: ^2.0
- monolog/monolog: ^3.10
- nikic/fast-route: ^1.3
- psr/http-server-handler: ^1.0
- somnambulist/validation: ^1.12
- symfony/var-dumper: ^8.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.