Skip to content

Commit 8edf74d

Browse files
authored
Merge pull request #9 from TomHAnderson/feature/badges
badges
2 parents e222567 + 83c745b commit 8edf74d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Laravel HAL Doctrine
22

3+
[![Build Status](https://github.com/API-Skeletons/laravel-hal-doctrine/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/API-Skeletons/laravel-hal-doctrine/actions/workflows/continuous-integration.yml?query=branch%3Amain)
4+
[![Code Coverage](https://codecov.io/gh/API-Skeletons/laravel-hal-doctrine/branch/main/graphs/badge.svg)](https://codecov.io/gh/API-Skeletons/laravel-hal-doctrine/branch/main)
5+
[![PHP Version](https://img.shields.io/badge/PHP-8.0%2b-blue)](https://img.shields.io/badge/PHP-7.3%20to%208.0%2b-blue)
6+
[![Laravel Version](https://img.shields.io/badge/Laravel-8.x%2b-red)](https://img.shields.io/badge/Laravel-5.7%20to%208.x-red)
7+
[![Total Downloads](https://poser.pugx.org/api-skeletons/laravel-hal-doctrine/downloads)](//packagist.org/packages/api-skeletons/laravel-hal-doctrine)
8+
[![License](https://poser.pugx.org/api-skeletons/laravel-hal-doctrine/license)](//packagist.org/packages/api-skeletons/laravel-hal-doctrine)
9+
310
This library provides a hydrator for [laravel-hal](https://github.com/API-Skeletons/laravel-hal)
411
for Doctrine. Instead of manually creating every hydrator for your entities, this library
512
will introspect an entity and generate the HAL for it including links to

0 commit comments

Comments
 (0)