Download the PHP package omegamvc/omega without Composer
On this page you can find all versions of the php package omegamvc/omega. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download omegamvc/omega
More information about omegamvc/omega
Files in omegamvc/omega
Package omega
Short Description Omega is a lightweight PHP framework designed for building modern web applications using the MVC architecture. Compatible with PHP 8.2+.
License GPL-3.0
Homepage https://omegamvc.github.io
Informations about the package omega
Documentation | Changelog | Contributing | Code Of Conduct | License
OMEGA
Welcome to omega, a minimal MVC framework designed to streamline your PHP development process. This lightweight framework offers essential features for building web applications while maintaining simplicity and ease of use.
Feature
- MVC structure
- Application Container (power with php-di)
- Router Support
- Models builder
- Query builder
- CLI command
- Service Provider and Middleware
- Templator (template engine)
Getting Started in 4 Simple Steps
-
Create Your Application:
-
Navigate to Your Project:
-
Build Your Assets:
- Serve Your Application:
Additional Features ✨
CLI Commands for Building Your App
Example Code Snippets
Migration Schema
Controller
Services (rest api out of the box)
Api ready to go http://localhost:8080/api/profile/index
.
View
Router Configuration
Optimize
Optimize by cached Application.
Integrate Server
You can start the built-in server with the following command:
This command launches the server on the default port 8080. If you want to change the port, you can use:
All versions of omega with dependencies
omegamvc/framework Version ^2.0.0
vlucas/phpdotenv Version ^5.6
react/event-loop Version ^1.5
ext-http Version *
ext-iconv Version *
ext-mbstring Version *
ext-openssl Version *