interesting. what webserver works best for this? how do i initialize it with composer? what is composer?
php is a snap to install on arch, so that is done.
found my way to your discord server, but would like to keep the info here where i could find it again, if it is not to hard.
Sorry, forgot the other questions. Composer is the same as npm for nodejs or apt for debian linux.
Its the package manager for PHP. (https://getcomposer.org/)
if you have installed the webserver and php, the install script will detect it and install the rest :-) i hope i have time tmr and i can write a little tutorial ;-)
You can use every Webserver what you want. If you use a Desktop PC you can use Apache. For an older PC or a little creditcard computer like rpi or opi i recommend lighttp or nginx.