No description
  • PHP 74.3%
  • TypeScript 12%
  • Twig 7.2%
  • HTML 3.2%
  • SCSS 2.7%
  • Other 0.6%
Find a file
phpMyAdmin bot 3a2853c156 Update po files
[ci skip]

Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2026-07-26 00:46:42 +00:00
.github Merge branch 'QA_5_2' 2026-07-25 15:57:23 -03:00
app Fix bookmarks not being properly saved 2026-05-22 19:32:03 -03:00
bin Update create-release.sh 2026-07-25 10:21:38 +02:00
docs Bump required Node version to 24 2026-07-22 21:52:43 -03:00
examples
public Merge branch 'QA_5_2' 2026-06-19 16:25:13 -03:00
resources Update po files 2026-07-26 00:46:42 +00:00
src Merge branch 'QA_5_2' 2026-07-22 22:39:47 -03:00
tests Merge branch 'QA_5_2' 2026-07-18 15:26:39 -03:00
.browserslistrc
.editorconfig Add unit test for Controllers\HomeController class 2026-02-05 16:17:31 -03:00
.eslintignore
.eslintrc.json
.gitattributes Add static analysis stub for PSR ContainerInterface 2025-07-15 18:37:24 -03:00
.gitignore Fix .gitignore for *.pyc files 2026-04-07 13:22:38 -03:00
.jshintrc
.phpstorm.meta.php Add static analysis stub for PSR ContainerInterface 2025-07-15 18:37:24 -03:00
.scrutinizer.yml Bump required Node version to 24 2026-07-22 21:52:43 -03:00
.stylelintrc.json
.weblate
babel.config.json
CHANGELOG-6.0.md Merge #19947 - Fix #19941 - Export ODS column headers by default 2025-12-17 23:52:09 +01:00
CODE_OF_CONDUCT.md
codecov.yml
composer.json Update Composer dependencies 2026-07-18 12:31:49 -03:00
composer.lock Update Composer dependencies 2026-07-18 12:31:49 -03:00
config.sample.inc.php
CONTRIBUTING.md
DCO
index.php
infection.json5.dist Increase the Infection threshold 2026-02-22 10:47:18 -03:00
jest.config.cjs
LICENSE
package.json Bump required Node version to 24 2026-07-22 21:52:43 -03:00
phpcs.xml.dist Fix phpcs 2026-06-28 14:24:53 +02:00
phpstan-baseline.neon Remove empty 2026-07-13 23:29:15 +01:00
phpstan.neon.dist Fix path 2026-06-24 18:18:27 +02:00
phpunit.xml.dist
psalm-baseline.xml Merge branch 'QA_5_2' 2026-07-18 15:26:39 -03:00
psalm.xml Add static analysis stub for PSR ContainerInterface 2025-07-15 18:37:24 -03:00
README
README.rst
tsconfig.json
webpack.config.cjs Use vanilla locutus for sprintf 2026-07-12 15:30:17 +02:00
yarn.lock Use vanilla locutus for sprintf 2026-07-12 15:30:17 +02:00

phpMyAdmin - Readme
===================

Version 6.0.0-dev

A web interface for MySQL and MariaDB.

https://www.phpmyadmin.net/

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, list of requirements, and installation instructions,
please see the documentation in the ./docs/ folder or at https://docs.phpmyadmin.net/

Copyright
---------

Copyright © 1998 onwards -- the phpMyAdmin team

Certain libraries are copyrighted by their respective authors;
see the full copyright list for details.

For full copyright information, please see ./docs/copyright.rst

License
-------

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Licensing of current contributions
----------------------------------

Beginning on 2013-12-01, new contributions to this codebase are all licensed
under terms compatible with GPLv2-or-later.  phpMyAdmin is currently
transitioning older code to GPLv2-or-later, but work is not yet complete.

Enjoy!
------

The phpMyAdmin team