No description
  • PHP 74.2%
  • TypeScript 12%
  • Twig 7.3%
  • HTML 3.2%
  • SCSS 2.7%
  • Other 0.6%
Find a file
Maurício Meneghini Fauth 30fbc7faa7
Merge pull request #20324 from XananasX7/security/safe-unserialize-allowed-classes
[Security] Add allowed_classes => false to Core::safeUnserialize() as defence-in-depth
2026-06-03 10:43:56 -03:00
.github
app Fix bookmarks not being properly saved 2026-05-22 19:32:03 -03:00
bin Update Composer dependencies 2026-04-24 14:13:07 -03:00
docs
examples
public
resources Translated using Weblate (Spanish) 2026-06-02 06:01:05 +00:00
src security: add allowed_classes => false to Core::safeUnserialize() as defence-in-depth 2026-06-03 10:41:11 -03:00
tests Refactor Header::getMessage() 2026-05-25 18:18:50 -03:00
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.jshintrc
.phpstorm.meta.php
.scrutinizer.yml
.stylelintrc.json
.weblate
babel.config.json
CHANGELOG-6.0.md
CODE_OF_CONDUCT.md
codecov.yml
composer.json
composer.lock Update Composer dependencies 2026-05-21 13:43:35 -03:00
config.sample.inc.php
CONTRIBUTING.md
DCO
index.php
infection.json5.dist
jest.config.cjs
LICENSE
package.json Merge branch 'QA_5_2' 2026-04-28 17:06:26 -03:00
phpcs.xml.dist
phpstan-baseline.neon Refactor Header::getMessage() 2026-05-25 18:18:50 -03:00
phpstan.neon.dist
phpunit.xml.dist
psalm-baseline.xml Refactor Header::getMessage() 2026-05-25 18:18:50 -03:00
psalm.xml
README
README.rst
tsconfig.json
webpack.config.cjs Merge branch 'QA_5_2' 2026-04-28 17:06:26 -03:00
yarn.lock Merge branch 'QA_5_2' 2026-04-28 17:06:26 -03: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