PHPackages                             haniki/phpunit-mink - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. haniki/phpunit-mink

ActiveLibrary[Testing &amp; Quality](/categories/testing)

haniki/phpunit-mink
===================

v2.2.0(9y ago)06BSD-3-ClausePHPPHP &gt;=5.3.2

Since Jul 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Haniki/phpunit-mink)[ Packagist](https://packagist.org/packages/haniki/phpunit-mink)[ Docs](http://github.com/minkphp/phpunit-mink)[ RSS](/packages/haniki-phpunit-mink/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (9)Used By (0)

PHPUnit-Mink
============

[](#phpunit-mink)

[![Build Status](https://camo.githubusercontent.com/868da8ab54e8a991622e3a103cd1ca2a9060891e31331294edbea0a1fb9a3fec/68747470733a2f2f7472617669732d63692e6f72672f6d696e6b7068702f706870756e69742d6d696e6b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/minkphp/phpunit-mink)[![HHVM Status](https://camo.githubusercontent.com/3bb03fc5ae7b20f42330fe138a3963b703bab69e05331b2f04319f4e62e7ee65/687474703a2f2f6868766d2e683463632e64652f62616467652f61696b3039392f706870756e69742d6d696e6b2e737667)](http://hhvm.h4cc.de/package/aik099/phpunit-mink)[![Documentation](https://camo.githubusercontent.com/f9f02d0d6391e1400964262aef2b47346e6db7a406a11b6f9a572f1c9b7272ee/68747470733a2f2f72656164746865646f63732e6f72672f70726f6a656374732f706870756e69742d6d696e6b2f62616467652f3f76657273696f6e3d6c6174657374)](http://phpunit-mink.readthedocs.org/en/latest/)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4e4d5e9eec09b2e61ec282a3b0add481876c48ba1b4f6f5c1e2c302a8a424139/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d696e6b7068702f706870756e69742d6d696e6b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/minkphp/phpunit-mink/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/94c5600416dcf9a0a928ca11ac41c787176e9ae9b7be71e2384ad180e8db6714/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d696e6b7068702f706870756e69742d6d696e6b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/minkphp/phpunit-mink?branch=master)[![Dependency Status](https://camo.githubusercontent.com/bf362f6bea70b08cb54dac7c65afc62c6507593d338dec74dd8a44bbd664c656/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532616436356530656331333735656164333030303034392f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/52ad65e0ec1375ead3000049)

[![Latest Stable Version](https://camo.githubusercontent.com/ab9dab625e58ae73c4e6516b8b925633babbded41cf0c9afbd3b2daffb958178/68747470733a2f2f706f7365722e707567782e6f72672f61696b3039392f706870756e69742d6d696e6b2f762f737461626c652e737667)](https://packagist.org/packages/aik099/phpunit-mink) [![Total Downloads](https://camo.githubusercontent.com/448b763b0eb7e5283f9cb3f0ff5db59321e34348c3d1b7b3502b787c2e5de482/68747470733a2f2f706f7365722e707567782e6f72672f61696b3039392f706870756e69742d6d696e6b2f646f776e6c6f6164732e737667)](https://packagist.org/packages/aik099/phpunit-mink) [![Latest Unstable Version](https://camo.githubusercontent.com/fd1a352e2cdac77c17468e75a728b765f2de79e47b875eaadbb40ce3c4b8d401/68747470733a2f2f706f7365722e707567782e6f72672f61696b3039392f706870756e69742d6d696e6b2f762f756e737461626c652e737667)](https://packagist.org/packages/aik099/phpunit-mink) [![License](https://camo.githubusercontent.com/30a44603ce6afd338f09e75a658fb783651a4e05d2c21cb6bcaae2c346de658a/68747470733a2f2f706f7365722e707567782e6f72672f61696b3039392f706870756e69742d6d696e6b2f6c6963656e73652e737667)](https://packagist.org/packages/aik099/phpunit-mink)

This library is an extension for [PHPUnit](https://phpunit.de), that allows to write tests with help of [Mink](https://github.com/minkphp/Mink).

Documentation
-------------

[](#documentation)

-

Service Integrations
--------------------

[](#service-integrations)

[![SauceLabs](docs/assets/images/saucelabs_logo.png)](https://saucelabs.com/)[![BrowserStack](docs/assets/images/browserstack_logo.png)](http://www.browserstack.com/)

Installation using Composer
---------------------------

[](#installation-using-composer)

Define the dependencies in your `composer.json`:

```
{
	"require": {
		"aik099/phpunit-mink": "~2.0"
	}
}
```

Install/update your vendors:

```
$ curl http://getcomposer.org/installer | php
$ php composer.phar install
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~153 days

Recently: every ~171 days

Total

8

Last Release

3649d ago

Major Versions

v1.1.0 → v2.0.02014-08-09

### Community

Maintainers

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

---

Top Contributors

[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (6 commits)")[![hani-jt](https://avatars.githubusercontent.com/u/211543036?v=4)](https://github.com/hani-jt "hani-jt (2 commits)")[![Vinai](https://avatars.githubusercontent.com/u/72463?v=4)](https://github.com/Vinai "Vinai (1 commits)")[![yannkechichian](https://avatars.githubusercontent.com/u/4977948?v=4)](https://github.com/yannkechichian "yannkechichian (1 commits)")

---

Tags

phpunitMinktestsseleniumBrowserStackSauceLabsSauce

### Embed Badge

![Health badge](/badges/haniki-phpunit-mink/health.svg)

```
[![Health](https://phpackages.com/badges/haniki-phpunit-mink/health.svg)](https://phpackages.com/packages/haniki-phpunit-mink)
```

###  Alternatives

[aik099/phpunit-mink

Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.

71137.1k1](/packages/aik099-phpunit-mink)[brianium/paratest

Parallel testing for PHP

2.5k129.9M910](/packages/brianium-paratest)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.0M321](/packages/drupal-core-dev)[phpunit/phpunit-selenium

Selenium Server integration for PHPUnit

59511.0M162](/packages/phpunit-phpunit-selenium)[sauce/sausage

PHP version of the Sauce Labs API

68808.1k3](/packages/sauce-sausage)[facile-it/paraunit

paraunit

145802.1k15](/packages/facile-it-paraunit)

PHPackages © 2026

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