vectrex / vxweb
vxWeb skeleton web application
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.3.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: 2025-03-26 17:49:25 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
web
folder as webroot. - Invoke
http(s)://your-domain.tld/installer.php
and follow the instructions to complete the installation.