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",