PHPackages                             egorzz/testbundle - 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. [Framework](/categories/framework)
4. /
5. egorzz/testbundle

ActiveSymfony-bundle[Framework](/categories/framework)

egorzz/testbundle
=================

Demo Symfony3 Bundle

05PHP

Since Apr 16Pushed 8y agoCompare

[ Source](https://github.com/g905/verbose-waddle)[ Packagist](https://packagist.org/packages/egorzz/testbundle)[ RSS](/packages/egorzz-testbundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Привет! Это тестовое задание для ЦВТ - приложение для учета расходов. Оформлено в виде бандла Symfony.

Готовая рабочая версия есть здесь: [symfo.fruityloop.tk](http://symfo.fruityloop.tk)

Требования: php 7.1 symfony installer composer

Установка

1. Создаем новый проект Symfony

```
$ symfony new project 3.4
```

2. Переходим в него и устанавливаем мой пакет через composer. Зависимости подтягиваются самостоятельно.

```
$ cd project
$ composer require egorzz/testbundle dev-master
```

Пакет установлен в /vendor/egorzz/testbundle. Баг разработки: пространство имен определено как Egor/TestBundle, но пакет устанавливается в egorzz/testbundle, поскольку уже существует много разработчиков по имени Egor. Потом переименую.

3. Регистрируем мой бандл и зависимости в AppKernel.php

```
#project/app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            ...
            new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
            new EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle(),
            new Egor\TestBundle\EgorTestBundle(),
            ...
        ];
```

4. Проверяем секцию "autoload" в composer.json, должна содержать правильный путь, важно не упустить момент с "egorzz":

```
#project/composer.json

    "autoload": {
        "psr-4": {
            "AppBundle\\": "src/AppBundle",
            "Egor\\TestBundle\\": "vendor/egorzz/testbundle"
        },
```

5. Обновляем

```
$ composer dumpautoload
```

6. Заменяем файлы конфигурации config.yml, parameters.yml, parameters.yml.dist, routing.yml в папке project/app/config на те, что приложены в архиве. Там определены пути к БД, маршруты и некоторые функции для Доктрине, без которых ничего не работает :(
7. Проверяем наличие и доступность файлов limit.conf, test, money.db в корне моего бандла project/vendor/egorzz/testbundle/ Если их нет, добавляем приложенные.
8. чтобы не настраивать Виртуалхосты запускаем встроенный сервер Symfony

```
$ bin/console server:start
```

Переходим по адресу из ответа этой команды ([http://localhost:8\*\*\*/](http://localhost:8***/)) и поражаемся великолепию приложения.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/776bd0067af81065a93bfde0af26b269f9d3399502d45cde79a69cce6290252c?d=identicon)[g905](/maintainers/g905)

---

Top Contributors

[![g905](https://avatars.githubusercontent.com/u/38289458?v=4)](https://github.com/g905 "g905 (16 commits)")[![q905](https://avatars.githubusercontent.com/u/28859082?v=4)](https://github.com/q905 "q905 (16 commits)")

### Embed Badge

![Health badge](/badges/egorzz-testbundle/health.svg)

```
[![Health](https://phpackages.com/badges/egorzz-testbundle/health.svg)](https://phpackages.com/packages/egorzz-testbundle)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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