VAMM
Allows you to start or stop the server and database services without the need to use the Terminal.
Also, shows details about the current network setup.
Created for Vinari OS 3.0.0 ARGON and all the web developers using it.
Create your personal home page.
VAMM includes PHP 7.4, thanks to this inclusion, you can take full advantage of WordPress templates, Laravel projects, easy mailing capabilities from your website, and of course, a very simple way to connect to your database and manage it right from your PHP document.
Thanks to PHP's simple and familiar syntax, developers are able to create a functioning and good looking website in a matter of hours, furthermore, since PHP is a loosely typed language, developers can manage their data easily, converting it to any type imaginable, and checking it with the function 'gettype()'
With PHP's error reporting and handling, there is not a scenario that can break your website... Except for the one bug you did not catch... Anyway, PHP offers over 16 kinds of throwable exceptions, that can be managed using the familiar 'try' and 'catch' keywords.
Your server needs to be rock solid.
When you install VAMM, you automatically get the Apache server, and testing if it works is as simple as typing 'localhost' in the address bar of your favorite web browser.
Some of the amazing features you get with Apache server are: Loadable dynamic modules, handling of static files, .htaccess configuration per directory, IPv6 support, PHP, Pearl, and Lua support, FTP support, user and session tracking, and much more.
Also, Apache server is free and open source software, so you can rest easy, knowing that a huge community of developers has your back. It should be noted that as of Early 2021, Apache is the most used server in the world, so that, must mean quality.
A free database is a good database.
MariaDB is a fork of MySQL, that aims to be free and open source software, it is released under the GPL license, and it maintains a high level of compatibility with the propetary MySQL.
It uses the familiar MySQL DDL syntax, as well as the DML syntax, pretty much working as a drop in replacement for the propetary RDMS. VAMM includes MariaDB because of it's high level of compatibility and our belief that free software, is the best kind of software.