Skip to content

Commit 9759947

Browse files
author
Kenneth Ocastro
committed
Update README to add badge
1 parent c7d8f42 commit 9759947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PHP Rules Engine
22

3+
[![Run tests](https://github.com/kennyth01/php-rules-engine/actions/workflows/php.yml/badge.svg)](https://github.com/kennyth01/php-rules-engine/actions/workflows/php.yml)
4+
35
`kennyth01/php-rules-engine` is a lightweight and flexible PHP rules engine that evaluates complex conditional logic using JSON-based rule configurations. It is designed to handle dynamic, reusable, and maintainable rule logic, making it ideal for applications with complex business requirements that must adapt to changing conditions.
46

57
This library, inspired by the `json-rules-engine`, ([link](https://github.com/CacheControl/json-rules-engine)) enables developers to define rules with nested conditions, logical operators (`all`, `any`, `not`), and rule dependencies.

0 commit comments

Comments
 (0)