System and Software Requirements for PhpMongoAdmin
In general, these requirements would be the same for most system architectures
- A web server application capable of running PHP - IIS, Nginx, Apache etc etc
- PHP 7.2.* or better
- These PHP modules will need to be present:
- php7.2-sqlite (or the version matching your PHP install)
- php7.7-pdo_sqlite (or the version matching your PHP install) - this will most likely be installed along with sqlite or with PDO
- php7.2-mongodb (or the version matching your PHP install)
- php7.2-json (or the version matching your PHP install)
- You must have composer installed to manage the PHP components
- You won't need node & npm as there is no requirement to run any builds - we handle that for each release
- Unless you want to hack and slash yourself...
- PhpMongoAdmin is built on top of Laravel. Laravel lists these requirements for their latest versions:
- PHP >= 7.2.5
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension