Before you dive into VeltoPHP, there are a few things you’ll need to have ready. These tools and knowledge will help ensure a smooth and productive development experience.
VeltoPHP is built for modern PHP. It takes advantage of features like:
Running on older PHP versions might cause errors or missing features, so be sure your system is up to date.
VeltoPHP relies on Composer for managing its dependencies. Make sure you're using Composer version 2 or higher. Composer allows you to install libraries, autoload classes, and keep your packages up to date with ease.
#To check your version, run
composer -V
The result
Composer version 2.8.10 2025-07-10 19:08:33
PHP version 8.4.5 (/usr/bin/php8.4)
VeltoPHP is designed to be simple, but it still expects you to know the basics of PHP and object-oriented programming (OOP). You should understand:
If you're new to OOP in PHP, it’s worth reviewing some beginner tutorials first.
You’ll need a text editor to write your code. Choose the one that makes you comfortable:
VeltoPHP doesn’t depend on any specific tool — just write code and run it.
While VeltoPHP works online, you need an internet connection for:
A stable connection is especially useful during initial setup and development.
Once you have everything ready, you're all set to begin your VeltoPHP journey! Let's build something awesome, one clean line of code at a time.
This documentation is currently under active development. Some features, syntax, or behaviors described here may still be evolving as VeltoPHP continues to grow.
We truly value your feedback! If you notice outdated sections, unclear explanations, or have suggestions to improve the documentation or framework itself, please don’t hesitate to reach out:
Your insights, ideas, and bug reports are essential to shaping the future of VeltoPHP.
Are you sure?