PHPackages                             natterbox/codeception-ctrlc - 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. natterbox/codeception-ctrlc

ActiveLibrary

natterbox/codeception-ctrlc
===========================

Allows safe abortion of a run by pressing `Ctrl+C`

1.0.0(10y ago)04.8k1MITPHPPHP &gt;=5.4.0

Since Nov 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/natterbox/Codeception-CtrlC)[ Packagist](https://packagist.org/packages/natterbox/codeception-ctrlc)[ RSS](/packages/natterbox-codeception-ctrlc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Codeception-CtrlC
=================

[](#codeception-ctrlc)

Codeception module that allows safe abortion of a run by pressing `Ctrl+C`

This module will make sure that any cleanup that take place during a test tear-down will not be interrupted due to the user pressing Ctrl+C.

Installation
============

[](#installation)

```
composer install "natterbox/codeception-ctrlc: ~1.0"

```

Usage
=====

[](#usage)

Enable the module in `tests/.suite.yml` or `codeception.yml`.

```
...
modules:
    enabled:
        ...
        - Codeception\Extension\CtrlC
        ...
    config:
        ...
        Codeception\Extension\CtrlC:
            debug: true
        ...

```

Benefits of this module can be enjoyed just by adding it in the config.

For a demo, please do checkout the example. Run the demo test and press `Ctrl+C`.

IMPORTANT NOTE: The code shown in examples folder is just a demo and it is not the most common use-case for this module.

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

4

Last Release

3823d ago

Major Versions

1.0.x-dev → 2.0.0-RC12015-11-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/482e4d123ddfbe5ed61fd256f7ed0eeb2ac086175469960d1e04637e0f59f85f?d=identicon)[redmatter](/maintainers/redmatter)

---

Top Contributors

[![codemedic](https://avatars.githubusercontent.com/u/691011?v=4)](https://github.com/codemedic "codemedic (10 commits)")

### Embed Badge

![Health badge](/badges/natterbox-codeception-ctrlc/health.svg)

```
[![Health](https://phpackages.com/badges/natterbox-codeception-ctrlc/health.svg)](https://phpackages.com/packages/natterbox-codeception-ctrlc)
```

###  Alternatives

[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[lucatume/wp-browser

A set of Codeception modules to test WordPress projects.

6343.8M152](/packages/lucatume-wp-browser)[codeception/module-asserts

Codeception module containing various assertions

8550.6M1.2k](/packages/codeception-module-asserts)[codeception/lib-innerbrowser

Parent library for all Codeception framework modules and PhpBrowser

8641.7M77](/packages/codeception-lib-innerbrowser)[codeception/module-phpbrowser

Codeception module for testing web application over HTTP

6529.8M500](/packages/codeception-module-phpbrowser)[codeception/module-rest

REST module for Codeception

5927.8M206](/packages/codeception-module-rest)

PHPackages © 2026

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