Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.rst - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 404669f725e62459710b3b6dca80da349495616d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
phpMyAdmin
==========

A web interface for MySQL and MariaDB.

https://www.phpmyadmin.net/

Code status
-----------

.. image:: https://github.com/phpmyadmin/phpmyadmin/actions/workflows/tests.yml/badge.svg?branch=master
    :alt: Testsuite
    :target: https://github.com/phpmyadmin/phpmyadmin/actions/workflows/tests.yml?query=branch%3Amaster

.. image:: https://github.com/phpmyadmin/phpmyadmin/actions/workflows/test-selenium.yml/badge.svg?branch=master
    :alt: End-to-End tests
    :target: https://github.com/phpmyadmin/phpmyadmin/actions/workflows/test-selenium.yml?query=branch%3Amaster

.. image:: https://readthedocs.org/projects/phpmyadmin/badge/?version=latest
    :target: https://docs.phpmyadmin.net/en/latest/
    :alt: Documentation build status

.. image:: https://hosted.weblate.org/widgets/phpmyadmin/-/master/svg-badge.svg
    :alt: Translation status
    :target: https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget

.. image:: https://codecov.io/gh/phpmyadmin/phpmyadmin/branch/master/graph/badge.svg
    :alt: Coverage percentage
    :target: https://codecov.io/gh/phpmyadmin/phpmyadmin

.. image:: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/badges/quality-score.png
    :alt: Code quality score
    :target: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/

.. image:: https://bestpractices.coreinfrastructure.org/projects/213/badge
    :alt: CII Best Practices
    :target: https://bestpractices.coreinfrastructure.org/projects/213

.. image:: https://shepherd.dev/github/phpmyadmin/phpmyadmin/coverage.svg
    :alt: Type coverage
    :target: https://shepherd.dev/github/phpmyadmin/phpmyadmin

.. image:: https://badge.stryker-mutator.io/github.com/phpmyadmin/phpmyadmin/master
    :alt: Infection MSI
    :target: https://infection.github.io


Download
--------

You can get the newest release at https://www.phpmyadmin.net/.

If you prefer to follow the Git repository, the following branch and tag names may be of interest:

* ``STABLE`` is the current stable release.
* ``master`` is the development branch.
* Releases are tagged; for example, version 5.0.1 was tagged as ``RELEASE_5_0_1``.

Note that phpMyAdmin uses `Composer <https://getcomposer.org/>`_ to manage library dependencies; when using Git
development versions, you must manually run Composer.
Please see `the documentation <https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git>`_ for details.

More Information
----------------

Please see https://docs.phpmyadmin.net/, or browse the documentation in the doc folder.

For `support <https://www.phpmyadmin.net/support/>`_ or `security issues, <https://www.phpmyadmin.net/security/>`_ you can visit https://www.phpmyadmin.net/

Translations are welcome. You can `translate phpMyAdmin into your language <https://hosted.weblate.org/projects/phpmyadmin/>`_.

If you would like to contribute to the phpMyAdmin's codebase, you can read the `code contribution file <CONTRIBUTING.md>`_ or browse our website's `contributing page <https://www.phpmyadmin.net/contribute/>`_.