Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyguirra committed Feb 25, 2024
1 parent a2df4df commit ab8e31c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .idea/phpunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/):

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "OFX PHP parser library",
"type": "library",
"license": "MIT",
"keywords": ["ofx", "open financial exchange", "finance", "parser"],
"authors": [
{
"name": "Wes Guirra",
Expand Down

0 comments on commit ab8e31c

Please sign in to comment.