Skip to content

Commit 68635e6

Browse files
committed
[TASK] Add statistic badges to readme file
1 parent ce37a44 commit 68635e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Bare simple data transfer object
22

3-
![Tests](https://github.com/tuxonice/data-transfer-object/actions/workflows/pipeline.yml/badge.svg)
3+
<p>
4+
<a href="https://github.com/tuxonice/data-transfer-object/actions"><img src="https://github.com/tuxonice/data-transfer-object/actions/workflows/pipeline.yml/badge.svg" alt="Build Status"></a>
5+
<a href="https://packagist.org/packages/tuxonice/transfer-objects"><img src="https://img.shields.io/packagist/dt/tuxonice/transfer-objects" alt="Total Downloads"></a>
6+
<a href="https://packagist.org/packages/tuxonice/transfer-objects"><img src="https://img.shields.io/github/v/release/tuxonice/data-transfer-object" alt="Latest Stable Version"></a>
7+
<a href="https://packagist.org/packages/tuxonice/transfer-objects"><img src="https://img.shields.io/packagist/l/tuxonice/transfer-objects" alt="License"></a>
8+
</p>
49

510
In the ever-evolving landscape of software development, efficient and structured data communication is paramount.
611
DTO package is designed to streamline and enhance the way data is transferred between different layers of your

0 commit comments

Comments
 (0)