Skip to content

Commit 042e30e

Browse files
committed
Merge pull request #33 from drupal-docker/add-badge
Add pull badge and php description
2 parents da27e17 + 3832e55 commit 042e30e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PHP for Drupal
22
=====================
33
[![Build Status](https://travis-ci.org/drupal-docker/php.svg?branch=master)](https://travis-ci.org/drupal-docker/php)
4+
[![Docker Pulls](https://img.shields.io/docker/pulls/drupaldocker/php.svg?maxAge=2592000)](https://hub.docker.com/r/drupaldocker/php)
45

56
Version | Type | Tags | Dockerfile
67
--- | --- | --- | ---
@@ -30,7 +31,9 @@ No variables
3031

3132
# Description
3233

33-
@todo
34+
> PHP is a server-side scripting language designed for web development, but which can also be used as a general-purpose programming language. PHP can be added to straight HTML or it can be used with a variety of templating engines and web frameworks. PHP code is usually processed by an interpreter, which is either implemented as a native module on the web-server or as a common gateway interface (CGI).
35+
36+
> source: [php](https://hub.docker.com/_/php/)
3437
3538
# Status
3639

0 commit comments

Comments
 (0)