Skip to content

Commit 02112b6

Browse files
authored
Update README for clarity and badge links
add a new pattern to display latest PHP version automatically instead of `![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/api/6.0.0)` we should use `![PHP from Packagist (specify version)](https://img.shields.io/packagist/dependency-v/dotkernel/api/php)` Signed-off-by: arhimede <[email protected]>
1 parent f36a1f5 commit 02112b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dotkernel API
22

3-
Dotkernel API is a PHP skeleton app for building REST APIs using [Laminas](https://github.com/laminas) and [Mezzio](https://github.com/mezzio) components and implements standards like PSR-3, PSR-4, PSR-7, PSR-11 and PSR-15.
3+
Dotkernel API is a PHP skeleton app for building REST APIs based on [Mezzio microframework](https://github.com/mezzio) and [Laminas](https://github.com/laminas) components which implements standards like PSR-3, PSR-4, PSR-7, PSR-11 and PSR-15.
44

55
Dotkernel API is an alternative for legacy Laminas API Tools (formerly Apigility) applications and is based on Enrico Zimuel's [Zend Expressive API - Skeleton example](https://github.com/ezimuel/zend-expressive-api).
66

@@ -13,7 +13,7 @@ Documentation is available at: https://docs.dotkernel.org/api-documentation/
1313
## Badges
1414

1515
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/api)
16-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/api/6.0.0)
16+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/dependency-v/dotkernel/api/php)
1717

1818
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/api)](https://github.com/dotkernel/api/issues)
1919
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/api)](https://github.com/dotkernel/api/network)

0 commit comments

Comments
 (0)