From eb79cb598b1d4eef2a0ca4ac0f7c195548ce3890 Mon Sep 17 00:00:00 2001 From: Radoslav Pitonak Date: Fri, 2 Jun 2017 08:41:37 +0200 Subject: [PATCH] fill content in README.md --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 460adea..91a4fec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# php -PHP is a widely-used open source general-purpose scripting language that is especially suited for web development. +# php module + +[**Package DB** (owner)](https://admin.fedoraproject.org/pkgdb/package/modules/php/) | +[**F26 modulemd** (source)](http://pkgs.fedoraproject.org/cgit/modules/php.git/tree/php.yaml?h=f26) | +[**PDC** (result)](https://pdc.fedoraproject.org/rest_api/v1/unreleasedvariants/?active=True&variant_name=php) + + +PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. + +## Current state + +| State | Description | +|-------|-------------| +| ✓ YES | **Build passes** in the infra (all build deps are ok) | +| ✓ YES | **Installs** on the Base Runtime (all runtime deps are ok) | +| ✗ NO | **No bootstrap** - uses only proper modules | +| ✗ NO | General **tests are in dist-git** | +| ✓ YES | General **tests pass** | +| ✗ NO | Meets the **Fedora Module Packaging Guidelines** | + +### Notes + +See [**PHP s2i image**](https://github.com/container-images/php) on github for more details.