Requirements
Imbo requires a web server (for instance Apache or Nginx) running PHP >= 8.3 and the Imagick PECL extension extension for PHP.
You will also need a backend for storing image information, like for instance MongoDB or MySQL. If you want to use MongoDB as a database and/or GridFS for storage, you will need to install the MongoDB PECL extension and the MongoDB PHP library. RDBMS backends use the PDO extension.