omega-mvc / framework
OmegaFramework is a lightweight and modular PHP framework designed for building modern web applications following the MVC architecture. It is optimized for PHP 8+ and provides a simple, extensible foundation for rapid application development.
Installs: 6
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/omega-mvc/framework
Requires
- php: ^8.4
- ext-iconv: *
- ext-mbstring: *
- ext-openssl: *
- ext-pcntl: *
- ext-pdo: *
- ext-posix: *
- ext-readline: *
- ext-simplexml: *
- omega-mvc/serializable-closure: ^2.0.0
- omega-mvc/validator: ^2.0.0
- psr/container: ^2.0
- psr/simple-cache: ^3.0
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- phpunit/phpunit: ^13.0
- squizlabs/php_codesniffer: ^4.0
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