omega-mvc / omega
Omega is a lightweight PHP framework designed for building modern web applications using the MVC architecture. Compatible with PHP 8.2+.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/omega-mvc/omega
Requires
- php: ^8.4
- ext-iconv: *
- ext-mbstring: *
- ext-openssl: *
- ext-pcntl: *
- ext-pdo: *
- ext-posix: *
- ext-readline: *
- ext-simplexml: *
- omega-mvc/framework: ^2.0.0
Requires (Dev)
- filp/whoops: ^2.18
- phpunit/phpunit: ^12.4
- squizlabs/php_codesniffer: ^3.13.4
Suggests
- ext-apache: If you want to use apache extension
- ext-apcu: If you want to use APCu for faster in-memory caching
- ext-http: If you want to use HTTP extension features
- ext-memcached: If you want to use Memcached as a cache backend
- ext-redis: If you want to use Redis as a cache backend or for session storage