From ab8e31cd9e5e4dc3d0efd7a574acb425e967f7f9 Mon Sep 17 00:00:00 2001 From: Wes Guirra Date: Sun, 25 Feb 2024 17:37:07 -0300 Subject: [PATCH] Add badges to README --- .idea/phpunit.xml | 10 ++++++++++ README.md | 8 ++++++++ composer.json | 1 + 3 files changed, 19 insertions(+) create mode 100644 .idea/phpunit.xml diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..4f8104c --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index a4e00c8..30d97c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # OFX PHP Parser This project consists of a PHP parser for OFX (Open Financial Exchange) files, implemented using PHP 8.2. Our aim is to make the process of importing OFX files as straightforward and hassle-free as possible. +[![Build Status](https://scrutinizer-ci.com/g/endeken-com/ofx-php-parser/badges/build.png?b=main)](https://scrutinizer-ci.com/g/endeken-com/ofx-php-parser/build-status/main) +[![Latest Stable Version](https://img.shields.io/github/release/endeken/ofx-php-parser.svg)](https://packagist.org/packages/masterminds/html5) +[![Code Coverage](https://scrutinizer-ci.com/g/endeken-com/ofx-php-parser/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/endeken-com/ofx-php-parser/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/Masterminds/html5-php/?branch=master) +[![Downloads](https://img.shields.io/packagist/dt/endeken/ofx-php-parser.svg)](https://masterminds.github.io/stability/sustained.html) +[![Downloads](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://masterminds.github.io/stability/sustained.html) + + ## Installation Simply require the package using [Composer](https://getcomposer.org/): diff --git a/composer.json b/composer.json index f061955..cff16de 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "OFX PHP parser library", "type": "library", "license": "MIT", + "keywords": ["ofx", "open financial exchange", "finance", "parser"], "authors": [ { "name": "Wes Guirra",