🍺 BREW Explorer

← all formulae

phpmyadmin

brew install phpmyadmin v5.2.3 GPL-2.0-only AND GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND LGPL-3.0-only AND MIT AND MPL-2.0 AND LicenseRef-Homebrew-public-domain

Web interface for MySQL and MariaDB

364
30-day installs · #2031
1.2k
90-day · #2065
7.5k
365-day · #1620

Links

Caveats

To enable phpMyAdmin in Apache, add the following to httpd.conf and
restart Apache:
    Alias /phpmyadmin $HOMEBREW_PREFIX/share/phpmyadmin
    <Directory $HOMEBREW_PREFIX/share/phpmyadmin/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        <IfModule mod_authz_core.c>
            Require all granted
        </IfModule>
        <IfModule !mod_authz_core.c>
            Order allow,deny
            Allow from all
        </IfModule>
    </Directory>
Then open http://localhost/phpmyadmin
The configuration file is $HOMEBREW_PREFIX/etc/phpmyadmin.config.inc.php
Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": "To enable phpMyAdmin in Apache, add the following to httpd.conf and\nrestart Apache:\n    Alias /phpmyadmin $HOMEBREW_PREFIX/share/phpmyadmin\n    \u003cDirectory $HOMEBREW_PREFIX/share/phpmyadmin/\u003e\n        Options Indexes FollowSymLinks MultiViews\n        AllowOverride All\n        \u003cIfModule mod_authz_core.c\u003e\n            Require all granted\n        \u003c/IfModule\u003e\n        \u003cIfModule !mod_authz_core.c\u003e\n            Order allow,deny\n            Allow from all\n        \u003c/IfModule\u003e\n    \u003c/Directory\u003e\nThen open http://localhost/phpmyadmin\nThe configuration file is $HOMEBREW_PREFIX/etc/phpmyadmin.config.inc.php\n",
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Web interface for MySQL and MariaDB",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": null,
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "phpmyadmin",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://www.phpmyadmin.net",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 364,
  "installs_365d": 7539,
  "installs_90d": 1151,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "GPL-2.0-only AND GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND LGPL-3.0-only AND MIT AND MPL-2.0 AND LicenseRef-Homebrew-public-domain",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "phpmyadmin",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 2031,
  "rank_365d": 1620,
  "rank_90d": 2065,
  "raw_hash": "0803b20597011d98",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/p/phpmyadmin.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "php"
  ],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "5.2.3",
  "versioned_formulae": [],
  "why_use_this": null
}