Download the PHP package larite/framework without Composer
On this page you can find all versions of the php package larite/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package framework
Larite Framework
The Larite Framework is the core of the Larite PHP MVC ecosystem a lightweight, expressive, and modern PHP framework inspired by Laravelβs elegance and simplicity. It provides all the essential building blocks to create robust web applications with clean architecture.
π Features
- MVC Structure β clear separation of models, views, and controllers
- Routing System β expressive, Laravel-style routing
- Middleware Support β handle requests with
$request
and$next
- Eloquent-like ORM β relationships (
hasOne
,hasMany
,belongsTo
) included - Migrations & Seeders β database versioning made easy
- CLI Generator β scaffold controllers, models, migrations, and more
- CSRF Protection β built-in request security
- Custom Helpers β utility functions for sessions, validation, and routing
- Lightweight Core β fast and optimized for modern PHP (>=8.3)
π¦ Installation
The framework itself is installed automatically when creating a new Larite project.
To start a new project:
composer create-project larite/larite my-app
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
symfony/console Version ^7.2
vlucas/phpdotenv Version ^5.6.2
composer/installers Version ^2.3
filp/whoops Version ^2.18
symfony/console Version ^7.2
vlucas/phpdotenv Version ^5.6.2
composer/installers Version ^2.3
filp/whoops Version ^2.18
The package larite/framework contains the following files
Loading the files please wait ....