PHPackages                             evlz/pest-bundle - 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. evlz/pest-bundle

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

evlz/pest-bundle
================

Symfony2 Pest Bundle

0.3.1(11y ago)01.1kMITPHP

Since Mar 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/hanovruslan/PestBundle)[ Packagist](https://packagist.org/packages/evlz/pest-bundle)[ RSS](/packages/evlz-pest-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (3)Versions (10)Used By (0)

Symfony2 Bundle

Service for

Installation and configuration:
-------------------------------

[](#installation-and-configuration)

### Get the bundle

[](#get-the-bundle)

Add to your `evlz-pest-bundle` to your dependencies:

```
{

    "require": {
        "evlz/pest-bundle": "~1.0"

    }

}
```

To install, run `php composer[.phar] [update|install]`.

### Add EvlzPestBundle to your application kernel

[](#add-evlzpestbundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()

{

    return array(

        // ...

        new Evlz\PestBundle\EvlzPestBundle(),

        // ...

    );

}
```

You can get the pest service simply by using the container. From your controller you can do:

```
$baseUrl = 'http://gdata.youtube.com';

// get service

$rest = $this->get('evlz_pest.rest');

// create client. \PestJSON by default

$client = $rest->createClient($baseUrl);

// create \Pest client

$clientType = \Evlz\PestBundle\Entity\Factory::TYPE_MAIN;//
$client = $rest->createClient($baseUrl, $clientType);

// create \Pest client. forced re-creation

$clientType = \Evlz\PestBundle\Entity\Factory::TYPE_JSON;//
$client = $rest->createClient($baseUrl, $clientType, true);
```

### Tests

[](#tests)

```

% phpunit src/Evlz/PestBundle/Tests/Entity/RestTest.php
% phpunit src/Evlz/PestBundle/Tests/Entity/DataConverterTest.php

```

Please, see  for details

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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 ~45 days

Total

9

Last Release

4080d ago

### Community

Maintainers

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

---

Top Contributors

[![hanovruslan](https://avatars.githubusercontent.com/u/1153520?v=4)](https://github.com/hanovruslan "hanovruslan (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/evlz-pest-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/evlz-pest-bundle/health.svg)](https://phpackages.com/packages/evlz-pest-bundle)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[pdepend/pdepend

Official version of pdepend to be handled with Composer

954110.9M813](/packages/pdepend-pdepend)[instaclick/php-webdriver

PHP WebDriver for Selenium 2

43761.8M22](/packages/instaclick-php-webdriver)[szepeviktor/phpstan-wordpress

WordPress extensions for PHPStan

3257.8M897](/packages/szepeviktor-phpstan-wordpress)[codeception/module-asserts

Codeception module containing various assertions

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

PHPackages © 2026

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