vectrex / vxphp
lean PHP framework for web applications
3.0.2
2026-01-19 17:34 UTC
Requires
- php: >=8.3.0
- ext-bcmath: *
- ext-dom: *
- ext-libxml: *
- ext-xml: *
Requires (Dev)
- phpunit/phpunit: ^11.4.3
- rector/rector: ^1.2
This package is auto-updated.
Last update: 2026-07-06 18:41:18 UTC
README
vxPHP is a lean PHP framework to support web application development Features include
- routing
- simple PHP templates
- database abstraction layer wrapping PDO connections
- dependency injection by configurable services and plugins
- dispatcher for a simple publish-subscribe pattern
- form generation, validation, and rendering with templates
- flexible HTML menus with decorators to control custom rendering
- easy to configure email including SMTP support
- application configuration with XML files