46 lines
1.5 KiB
ReStructuredText
46 lines
1.5 KiB
ReStructuredText
phpMyAdmin
|
|
==========
|
|
|
|
A web interface for MySQL and MariaDB.
|
|
|
|
https://www.phpmyadmin.net/
|
|
|
|
Code status
|
|
-----------
|
|
|
|
.. image:: https://secure.travis-ci.org/phpmyadmin/phpmyadmin.png?branch=master
|
|
:alt: Build status
|
|
:target: https://travis-ci.org/phpmyadmin/phpmyadmin
|
|
|
|
.. image:: https://hosted.weblate.org/widgets/phpmyadmin/-/svg-badge.svg
|
|
:alt: Translation status
|
|
:target: https://hosted.weblate.org/engage/phpmyadmin/?utm_source=widget
|
|
|
|
.. image:: https://coveralls.io/repos/phpmyadmin/phpmyadmin/badge.svg?branch=master
|
|
:target: https://coveralls.io/r/phpmyadmin/phpmyadmin?branch=master
|
|
|
|
.. image:: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/badges/quality-score.png?s=93dfde29ffa5771d9c254b7ffb11c4e673315035
|
|
:target: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/
|
|
|
|
.. image:: https://img.shields.io/sourceforge/dm/phpmyadmin.svg
|
|
:target: https://www.phpmyadmin.net/downloads/
|
|
|
|
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 4.0.1 was tagged as ``RELEASE_4_0_1``.
|
|
|
|
More Information
|
|
----------------
|
|
|
|
Please see the documentation in the doc folder or at http://docs.phpmyadmin.net/.
|
|
|
|
For support or to learn how to contribute code or by translating to your language,
|
|
visit https://www.phpmyadmin.net/
|