VeltoPHP is a lightweight and straightforward PHP framework designed for building reliable web applications. Whether you're creating a simple website or a modular application, VeltoPHP V2 supports full-stack development with a clean and familiar HMVC structure.
# 1. Create a new project using Composer
composer create-project veltophp/velto my-project
# 2. Move into the project directory
cd my-project
# 3. Start the development server
php velto start
# 4. Open your browser and visit:
http://localhost:8000
Everything you need to build amazing applications
VeltoPHP keeps things simple, so your apps stay fast and responsive.
Organized using a simple HMVC pattern that’s easy to learn and maintain.
Basic security features are already included to help you build safely.
Are you sure?