vectrex / vxphp
lean PHP framework for web applications
Installs: 576
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 1
Open Issues: 0
Type:framework
Requires
- php: >=8.3.0
- ext-bcmath: *
- ext-dom: *
- ext-libxml: *
- ext-xml: *
Requires (Dev)
- phpunit/phpunit: ^11.4.3
- rector/rector: ^1.2
- dev-master
- 3.0.0
- v2.9.3
- v2.9.2
- v2.9.1
- v2.9.0
- v2.8.3
- v2.8.2
- v2.8.1
- v2.8.0
- v2.7.7
- v2.7.6
- v2.7.5
- v2.7.4
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.10
- v2.6.9
- v2.6.8
- v2.6.7
- v2.6.6
- v2.6.5
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.6.14
- v1.6.13
- v1.6.12
- v1.6.11
- v1.6.10
- v1.6.9
- v1.6.8
- 1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6
- v1.5
- v1.4
- v1.3
- v1.2.1
- v1.2
- v1.1
- v1.0
- dev-dev
This package is auto-updated.
Last update: 2025-02-15 18:54:32 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