Skip to content

Commit 8da48a6

Browse files
committed
Issue#45: Replace Psalm with PHPStan
Signed-off-by: horea <horea@rospace.com>
1 parent a6796c8 commit 8da48a6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ This is Dotkernel's controller package that can be use like middleware inside Do
44
It provides base classes for action based controllers similar to Laminas controller component.
55
It is more lightweight though, but supports controller plugins and event listeners.
66

7+
## Documentation
8+
9+
Documentation is available at: https://docs.dotkernel.org/dot-controller/.
10+
11+
## Badges
12+
713
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-controller)
8-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-controller/4.0.1)
14+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-controller/4.1.0)
915

1016
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-controller)](https://github.com/dotkernel/dot-controller/issues)
1117
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-controller)](https://github.com/dotkernel/dot-controller/network)

docs/book/v4/overview.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,17 @@
33
`dot-controller` is Dotkernel's controller package that can be use like middleware inside Dotkernel or Mezzio application.
44
It provides base classes for action based controllers similar to Laminas controller component.
55
It is more lightweight though, but supports controller plugins and event listeners.
6+
7+
## Badges
8+
9+
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-controller)
10+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-controller/4.1.0)
11+
12+
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-controller)](https://github.com/dotkernel/dot-controller/issues)
13+
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-controller)](https://github.com/dotkernel/dot-controller/network)
14+
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-controller)](https://github.com/dotkernel/dot-controller/stargazers)
15+
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-controller)](https://github.com/dotkernel/dot-controller/blob/3.0/LICENSE)
16+
17+
[![Build Static](https://github.com/dotkernel/dot-controller/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0)](https://github.com/dotkernel/dot-controller/actions/workflows/continuous-integration.yml)
18+
[![codecov](https://codecov.io/gh/dotkernel/dot-controller/graph/badge.svg?token=HZKFRQWDSV)](https://codecov.io/gh/dotkernel/dot-controller)
19+
[![PHPStan](https://github.com/dotkernel/dot-controller/actions/workflows/static-analysis.yml/badge.svg?branch=4.0)](https://github.com/dotkernel/dot-controller/actions/workflows/static-analysis.yml)

0 commit comments

Comments
 (0)