diff --git a/doc/setup.rst b/doc/setup.rst index a6912cb618..7f5f75a28b 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -87,6 +87,22 @@ which include phpMyAdmin together with a database and web server such as You can find more of such options at `Wikipedia `_. +Installing using Composer ++++++++++++++++++++++++++ + +You can install phpMyAdmin using `Composer `_, +however it's currently not available in the default +`Packagist `_ repository due to its technical +limitations. + +The installation is possible by adding our own repository +: + +.. code-block:: sh + + composer create-project phpmyadmin/phpmyadmin --repository-url=https://www.phpmyadmin.net/packages.json + + .. _quick_install: Quick Install