Jijawi: The PHP Web Installer
Jijawi (Jijawi Is Just Another Web Installer) is an easy way to distribute your PHP web application to your users. It comes with a complete modular structure, which allows you to modify the installer as much as you want with the least possible effort. Jijawi supplies you with a System-Check and a MySQL module by default, so you can get the most common installer running in a few minutes.
The goal of the installer is to simplify the installation process for the user as much as possible. Thus, the user just gets a single install.php file from you, with a size around 50kb. This file includes the entire installer configurations, css, images and so on. The user just has to upload the file, set write permissions for the directory and run the guided installation. Jijawi will download and extract the application package from a defined URL in this process.
Jijawi is distributed under the New-BSD license.