Skip to content

Commit 454863c

Browse files
authored
Update README.md
1 parent 06067ff commit 454863c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Workflow Engine Core
22

3-
[![Tests](https://github.com/solutionforest/workflow-engine-core/workflows/run-tests/badge.svg)](https://github.com/solution-forest/workflow-engine-core/actions)
4-
[![PHPStan](https://github.com/solutionforest/workflow-engine-core/workflows/phpstan/badge.svg)](https://github.com/solution-forest/workflow-engine-core/actions)
5-
[![Latest Stable Version](https://poser.pugx.org/solution-forest/workflow-engine-core/v/stable)](https://packagist.org/packages/solution-forest/workflow-engine-core)
6-
[![Total Downloads](https://poser.pugx.org/solution-forest/workflow-engine-core/downloads)](https://packagist.org/packages/solution-forest/workflow-engine-core)
7-
[![License](https://poser.pugx.org/solution-forest/workflow-engine-core/license)](https://packagist.org/packages/solution-forest/workflow-engine-core)
3+
[![PHPStan](https://img.shields.io/github/actions/workflow/status/solutionforest/workflow-engine-core/phpstan.yml?branch=main&label=phpstan&style=flat-square)](https://github.com/solutionforest/workflow-engine-core/actions?query=workflow%3Aphpstan+branch%3Amain)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/solutionforest/workflow-engine-core/run-tests.yml?branch=main&label=Test&style=flat-square)](https://github.com/solutionforest/workflow-engine-core/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/solutionforest/workflow-engine-core/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/solutionforest/workflow-engine-core/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/solution-forest/workflow-engine-core.svg?style=flat-square)](https://packagist.org/packages/solution-forest/workflow-engine-core)
87

98
A powerful, framework-agnostic workflow engine for PHP applications. This core library provides comprehensive workflow definition, execution, and state management capabilities without any framework dependencies.
109

0 commit comments

Comments
 (0)