vectrex / vxweb
vxWeb skeleton web application
v4.2.0
2026-01-28 09:48 UTC
Requires
- php: >=8.4.0
- ext-curl: *
- ext-dom: *
- ext-gd: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-zip: *
- firebase/php-jwt: ^v6.10.2
- ivopetkov/html5-dom-document-php: ^v2.8.0
- vectrex/vxphp: ^3.0.0
Requires (Dev)
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2026-06-14 13:19:30 UTC
README
vxWeb forms the base of a web application atop vxPHP. Some basic CMS functionality is added and vxJS forms the base for client-side scripting.
- Initialize a new vxWeb project with
composer create-project --stability dev --prefer-dist Vectrex/vxWeb <your_project_name>
- Once checked out your webserver should point the the
webfolder as webroot. - Invoke
http(s)://your-domain.tld/installer.php
and follow the instructions to complete the installation.