PHPackages                             smart-information-systems/tags-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. smart-information-systems/tags-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

smart-information-systems/tags-bundle
=====================================

Tags bundle

0272PHP

Since Feb 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SmartInformationSystems/TagsBundle)[ Packagist](https://packagist.org/packages/smart-information-systems/tags-bundle)[ RSS](/packages/smart-information-systems-tags-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Работа с тегами
===============

[](#работа-с-тегами)

Требования:
-----------

[](#требования)

- php 7
- symfony 3.2

Установка
---------

[](#установка)

1. Прописать пакет и ссылку на репозиторий в `composer.json`

```
{
    // ...
    "require": {
        // ...
        "SmartInformationSystems/tags-bundle": "dev-master"
    },
    "repositories": [
        {
            "type" : "vcs",
            "url" : "https://github.com/SmartInformationSystems/TagsBundle.git"
        }
    ]
}
```

2. Включить бандл в `app/AppKernel.php`

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new SmartInformationSystems\FileBundle\SmartInformationSystemsTagsBundle(),
            // ...
        );
    }
}
```

3. Включить необходимые шаблоны

```
twig:
    form_themes:
        - 'SmartInformationSystemsTagsBundle:form:fields.html.twig'
```

4. Добавить настроки в `app/config/routing.yml`

```
smart_information_systems.tags:
    resource: "@SmartInformationSystemsTagsBundle/Resources/config/routing.yml"
    prefix: /tags
```

Использование
-------------

[](#использование)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3639369?v=4)[yk115](/maintainers/yk115)[@YK115](https://github.com/YK115)

---

Top Contributors

[![YK115](https://avatars.githubusercontent.com/u/3639369?v=4)](https://github.com/YK115 "YK115 (27 commits)")

### Embed Badge

![Health badge](/badges/smart-information-systems-tags-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/smart-information-systems-tags-bundle/health.svg)](https://phpackages.com/packages/smart-information-systems-tags-bundle)
```

###  Alternatives

[emcconville/google-map-polyline-encoding-tool

A simple class to handle polyline-encoding for Google Maps

1582.4M2](/packages/emcconville-google-map-polyline-encoding-tool)

PHPackages © 2026

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