Skip to content

Commit

Permalink
Add badges to README (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 authored Sep 9, 2022
1 parent 7368d79 commit 1654702
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
![Build Status](https://github.com/headsnet/money-bundle/actions/workflows/ci.yaml/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/headsnet/money-bundle/v)](//packagist.org/packages/headsnet/money-bundle)
[![Total Downloads](https://poser.pugx.org/headsnet/money-bundle/downloads)](//packagist.org/packages/headsnet/money-bundle)
[![License](https://poser.pugx.org/headsnet/money-bundle/license)](//packagist.org/packages/headsnet/money-bundle)

Money Bundle
==

A Symfony bundle to integrate [Money PHP](https://github.com/moneyphp/money)
and provide various Twig and Doctrine helpers.
A Symfony bundle to integrate [Money PHP](https://github.com/moneyphp/money) into your application.

## Summary Of Features


- **Twig Extensions** - display and manipulate Money objects in Twig templates


- **Doctrine Support** - persist Money objects in your storage layer


- **Custom Serializer** - serialize Money objects to and from string or array values


- **Custom Form Type** - use Money objects in form data classes

## Installation

Expand Down

0 comments on commit 1654702

Please sign in to comment.