Skip to content

Commit 06218de

Browse files
committed
Add badges to README
1 parent aba56dc commit 06218de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# sourecode/timezone-bundle
33

4+
[![Packagist Version](https://img.shields.io/packagist/v/sourecode/timezone-bundle.svg)](https://packagist.org/packages/sourecode/timezone-bundle)
5+
[![Downloads](https://img.shields.io/packagist/dt/sourecode/timezone-bundle.svg)](https://packagist.org/packages/sourecode/timezone-bundle)
6+
[![CI](https://github.com/SoureCode/TimezoneBundle/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/SoureCode/TimezoneBundle/actions/workflows/ci.yml)
7+
[![codecov](https://codecov.io/gh/SoureCode/TimezoneBundle/branch/master/graph/badge.svg?token=3862YZNG87)](https://codecov.io/gh/SoureCode/TimezoneBundle)
8+
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSoureCode%2FTimezoneBundle%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/SoureCode/TimezoneBundle/master)
9+
10+
411
This bundle provides a simple way to manage timezones in Symfony applications.
512
Unfortunately, there is no way to set the timezone in the request object, so you have to get it from the `TimezoneManager`.
613
Except from that, the usage is pretty simple and the same as for the locale.

0 commit comments

Comments
 (0)