PHPackages                             cucumber/tag-expressions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. cucumber/tag-expressions

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cucumber/tag-expressions
========================

Cucumber Tag Expressions parser

v9.1.0(6mo ago)032MITPHPPHP ^8.1

Since May 25Pushed 2mo agoCompare

[ Source](https://github.com/cucumber/tag-expressions-php)[ Packagist](https://packagist.org/packages/cucumber/tag-expressions)[ Docs](https://github.com/cucumber/tag-expressions)[ RSS](/packages/cucumber-tag-expressions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (8)Used By (0)

Cucumber Tag Expressions
========================

[](#cucumber-tag-expressions)

This is a PHP implementation of the [Cucumber Tag Expressions parser](https://github.com/cucumber/tag-expressions)

Requirements
------------

[](#requirements)

- PHP 8.1

Installation
------------

[](#installation)

Install using [composer](https://getcomposer.org).

```
composer require cucumber/tag-expressions
```

Usage
-----

[](#usage)

```
use Cucumber\TagExpressions\TagExpressionParser;

$expression = TagExpressionParser::parse('@smoke and not @ui');

$result = $expression->evaluate(['@smoke', '@cli'])
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance77

Regular maintenance activity

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~34 days

Recently: every ~42 days

Total

6

Last Release

183d ago

Major Versions

v6.2.0 → v7.0.02025-05-25

v7.0.0 → v8.0.02025-05-25

v8.1.0 → v9.0.02025-11-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7c4612e19ba73b517d8c3e15890af6687f8a206eb56676c1714209534378429?d=identicon)[ciaranmcnulty](/maintainers/ciaranmcnulty)

![](https://www.gravatar.com/avatar/d3f305e1cf8ad4e72ed15a6f9b77ba5f665843bb1713cfd4ff1c6b702eb078f6?d=identicon)[cukebot](/maintainers/cukebot)

---

Top Contributors

[![mpkorstanje](https://avatars.githubusercontent.com/u/6946919?v=4)](https://github.com/mpkorstanje "mpkorstanje (2 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/cucumber-tag-expressions/health.svg)

```
[![Health](https://phpackages.com/badges/cucumber-tag-expressions/health.svg)](https://phpackages.com/packages/cucumber-tag-expressions)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
