Skip to content

Commit 40b313a

Browse files
committed
Add badges
1 parent af3222f commit 40b313a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# User Extension Sprinkle (UserFrosting 5)
22

3+
[![Version](https://img.shields.io/github/v/release/userfrosting/extend-user?include_prereleases)](https://github.com/userfrosting/extend-user/releases)
4+
![PHP Version](https://img.shields.io/badge/php-%5E8.1-brightgreen)
5+
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
6+
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/extend-user/Build.yml?branch=5.0&logo=github)](https://github.com/userfrosting/extend-user/actions)
7+
[![Codecov](https://codecov.io/gh/userfrosting/extend-user/branch/5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/extend-user/branch/5.0)
8+
[![StyleCI](https://github.styleci.io/repos/372359383/shield?branch=5.0&style=flat)](https://github.styleci.io/repos/**372359383**)
9+
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/extend-user/PHPStan.yml?branch=5.0&label=PHPStan)](https://github.com/userfrosting/extend-user/actions/workflows/PHPStan.yml)
10+
[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)
11+
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer)
12+
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white)](https://ko-fi.com/lcharette)
13+
314
Example sprinkle for extending the User class to contain additional fields. [See the learn documentation for more information](https://learn.userfrosting.com/recipes/extending-the-user-model).
415

516
# Installation

0 commit comments

Comments
 (0)