PHPackages                             vaclav-sir/n-browser-kit - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. vaclav-sir/n-browser-kit

Abandoned → [n-browser-kit/n-browser-kit](/?search=n-browser-kit%2Fn-browser-kit)Library[HTTP &amp; Networking](/categories/http)

vaclav-sir/n-browser-kit
========================

Implementation of Symfony's BrowserKit for Nette applications.

v3.0.1(6y ago)222.9k4MITPHPPHP ~7.1

Since Jul 24Pushed 6y ago2 watchersCompare

[ Source](https://github.com/NBrowserKit/NBrowserKit)[ Packagist](https://packagist.org/packages/vaclav-sir/n-browser-kit)[ Docs](http://github.com/VaclavSir/NBrowserKit)[ RSS](/packages/vaclav-sir-n-browser-kit/feed)WikiDiscussions master Synced 1mo ago

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

NBrowserKit
===========

[](#nbrowserkit)

[![Build Status](https://camo.githubusercontent.com/dbc3dc197cf461b267d1454ec6846aef154fa00b633805613a6cbe224e9de538/68747470733a2f2f7472617669732d63692e6f72672f4e42726f777365724b69742f4e42726f777365724b69742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/NBrowserKit/NBrowserKit)[![Current version](https://camo.githubusercontent.com/bb1f8cebef70991799267191537fa54ea7f40d7fb3c4a989831653e91d8d7f99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7661636c61762d7369722f6e2d62726f777365722d6b69742e737667)](https://packagist.org/packages/vaclav-sir/n-browser-kit)

This package implements [Symfony's BrowserKit](https://github.com/symfony/BrowserKit) Client for use with a [Nette](http://nette.org/) application.

Usage
-----

[](#usage)

```
	$client = new Client;
	$client->setContainer($container);

	$client->request('GET', '/');

	Assert::same(200, $client->getResponse()->getStatusCode());
	Assert::contains('Hello World', $client->getResponse()->getContent());
```

You can find more [examples in The Symfony Book](http://symfony.com/doc/current/book/testing.html#functional-tests).

Example of usage with Nette and Nette Tester:

Running Tests
-------------

[](#running-tests)

Tests for this package are written using [Nette Tester](http://tester.nette.org/) library. You can run them easily from the command line:

```
	composer install --dev
	vendor/bin/tester tests
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 58% 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 ~126 days

Recently: every ~253 days

Total

14

Last Release

2297d ago

Major Versions

v1.1.1 → v2.0.02019-10-09

v2.0.0 → v3.0.02020-01-27

PHP version history (4 changes)v1.0.0PHP ~5.6

v1.0.4PHP ~5.6 || ~7.0

v1.0.x-devPHP ~5.6 || ~7.0 || ~7.1

v2.0.0PHP ~7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/4fc15198fe15683d84819a35719ca4b0887a807996b5f46be47124805e650323?d=identicon)[VaclavSir](/maintainers/VaclavSir)

---

Top Contributors

[![VaclavSir](https://avatars.githubusercontent.com/u/1473642?v=4)](https://github.com/VaclavSir "VaclavSir (29 commits)")[![JanMikes](https://avatars.githubusercontent.com/u/3995003?v=4)](https://github.com/JanMikes "JanMikes (20 commits)")[![legendik](https://avatars.githubusercontent.com/u/2327491?v=4)](https://github.com/legendik "legendik (1 commits)")

---

Tags

nettenette-testersymfony-browserkit

### Embed Badge

![Health badge](/badges/vaclav-sir-n-browser-kit/health.svg)

```
[![Health](https://phpackages.com/badges/vaclav-sir-n-browser-kit/health.svg)](https://phpackages.com/packages/vaclav-sir-n-browser-kit)
```

###  Alternatives

[contributte/api-router

RESTful Router for your Apis in Nette Framework - created either directly or via attributes

20802.8k3](/packages/contributte-api-router)[contributte/api

Powerful, documented, validated, built-in API to Nette Framework (@nette)

10684.3k](/packages/contributte-api)

PHPackages © 2026

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