mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
Update README.md with badges and markdown formatting
Removed old HTML structure and added badges for GitHub actions, source, authors, Docker pulls, and license.
This commit is contained in:
@@ -1,22 +1,10 @@
|
||||
<p align="center">
|
||||
<a href="https://www.chialab.io/p/docker-php">
|
||||
<img alt="Docker PHP Images logo" width="144" height="144" src="https://raw.githack.com/chialab/docker-php/master/logo.svg" />
|
||||
</a>
|
||||
</p>
|
||||
# Docker PHP images
|
||||
|
||||
<p align="center">
|
||||
<strong>Docker PHP images</strong>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/chialab/docker-php/actions"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/chialab/docker-php/main.yml?branch=main&style=flat-square"></a>
|
||||
<a href="https://github.com/chialab/docker-php"><img alt="Source link" src="https://img.shields.io/badge/Source-GitHub-lightgrey.svg?style=flat-square"></a>
|
||||
<a href="https://www.chialab.it"><img alt="Authors link" src="https://img.shields.io/badge/Authors-Chialab-lightgrey.svg?style=flat-square"></a>
|
||||
<a href="https://hub.docker.com/r/chialab/php/"><img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/chialab/php.svg?style=flat-square"></a>
|
||||
<a href="https://github.com/chialab/docker-php/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/chialab/docker-php.svg?style=flat-square"></a>
|
||||
</p>
|
||||
|
||||
---
|
||||
[](https://github.com/chialab/docker-php/actions)
|
||||
[](https://github.com/chialab/docker-php)
|
||||
[](https://www.chialab.it)
|
||||
[](https://hub.docker.com/r/chialab/php/)
|
||||
[](https://github.com/chialab/docker-php/blob/master/LICENSE)
|
||||
|
||||
Docker images built on top of the [official PHP images](https://hub.docker.com/r/_/php/) with the addition of some common and useful extensions, installed with [mlocati/docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer). You can find these images on the [Docker Hub](https://hub.docker.com/r/chialab/php/) (and if you're reading this file, you're probably already there).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user