From 7876e8011dad1b3ce08e51f5edbfaa5a2d7893d3 Mon Sep 17 00:00:00 2001 From: John Luxford Date: Wed, 29 Dec 2021 14:50:41 -0600 Subject: [PATCH 1/2] Updated readme to add badges --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fba98ad..5bc739e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# Analog - Minimal PHP logging library +# Analog - Minimal PHP logging library -* Copyright: (c) 2012-Present Johnny Broadway -* License: [MIT](http://www.opensource.org/licenses/mit-license.php) - - +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jbroadway/analog/Continuous%20Integration) +![GitHub](https://img.shields.io/github/license/jbroadway/analog) +![Packagist Version](https://img.shields.io/packagist/v/analog/analog) +![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/analog/analog) +![Packagist Downloads](https://img.shields.io/packagist/dt/analog/analog) A minimal PHP logging package based on the idea of using closures for configurability and extensibility. It functions as a static class, but you can From 0f248b3546efb6ace83b5a3eab9ca73857e1201a Mon Sep 17 00:00:00 2001 From: John Luxford Date: Thu, 5 Oct 2023 22:02:13 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc739e..51c459f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Analog - Minimal PHP logging library -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/jbroadway/analog/Continuous%20Integration) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jbroadway/analog/ci.yml?branch=master) ![GitHub](https://img.shields.io/github/license/jbroadway/analog) ![Packagist Version](https://img.shields.io/packagist/v/analog/analog) ![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/analog/analog)