PHPackages                             konstantin-kuklin/handlersocket-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. [Database &amp; ORM](/categories/database)
4. /
5. konstantin-kuklin/handlersocket-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

konstantin-kuklin/handlersocket-bundle
======================================

Bundle for HandlerSocket support with Symfony

0.02(11y ago)342MITPHPPHP &gt;=5.3.2

Since Jul 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/KonstantinKuklin/HandlerSocketBundle)[ Packagist](https://packagist.org/packages/konstantin-kuklin/handlersocket-bundle)[ RSS](/packages/konstantin-kuklin-handlersocket-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

HandlerSocketBundle
===================

[](#handlersocketbundle)

Bundle allows you to use HandlerSocket inside your Symfony2 project.

Installation
============

[](#installation)

- add to composer.json row `"konstantin-kuklin/handlersocket-bundle": "dev-master"`
- add to AppKernel.php row `new KonstantinKuklin\HandlerSocketBundle\HandlerSocketBundle()`
- add to your config file:

```
hs:
    reader:
        host: localhost
        port: 9998
        debug: "%kernel.debug%"
        auth_key: "Password_Read1"

    writer:
        host: localhost
        port: 9999
        debug: "%kernel.debug%"

```

How to use
==========

[](#how-to-use)

Now HS Reader and Writer are available from Symfony DI

```
/** @var \HS\Reader $reader */
$reader = $this->get("hs_reader");

/** @var \HS\Writer $writer */
$writer = $this->get("hs_writer");
```

About queries and more detailed HandlerSocket information you can read on ().

How to Debug
============

[](#how-to-debug)

Also HS debug information is available on symfony web console

Symfony2 web console with HS:

[![Symfony2 web console](https://camo.githubusercontent.com/e34d53f888cde59664053519934ae52ebd466004613b9b434bcb6f6417923736/68747470733a2f2f70702e766b2e6d652f633632323731372f763632323731373335332f323031662f774f3653474832696357412e6a7067)](https://camo.githubusercontent.com/e34d53f888cde59664053519934ae52ebd466004613b9b434bcb6f6417923736/68747470733a2f2f70702e766b2e6d652f633632323731372f763632323731373335332f323031662f774f3653474832696357412e6a7067)

HS page on profiler:

[![HS on profile](https://camo.githubusercontent.com/a8278d3c483f3c59aeeaf483ea61a9f898dad0337440e8ee19ff560652e806fe/68747470733a2f2f70702e766b2e6d652f633632323731372f763632323731373335332f323033312f4c636f4551684e495266342e6a7067)](https://camo.githubusercontent.com/a8278d3c483f3c59aeeaf483ea61a9f898dad0337440e8ee19ff560652e806fe/68747470733a2f2f70702e766b2e6d652f633632323731372f763632323731373335332f323033312f4c636f4551684e495266342e6a7067)

HS page with detailed output information on profiler:

[![HS Detailed](https://camo.githubusercontent.com/22331f494b4d29182b3c2ea9d1818712c5742b73a11ac2761cad5b1598fe5cb6/68747470733a2f2f70702e766b2e6d652f633632323731372f763632323731373335332f323032382f354373614e67456a4e63412e6a7067)](https://camo.githubusercontent.com/22331f494b4d29182b3c2ea9d1818712c5742b73a11ac2761cad5b1598fe5cb6/68747470733a2f2f70702e766b2e6d652f633632323731372f763632323731373335332f323032382f354373614e67456a4e63412e6a7067)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

4302d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14bf2bc19526615387e37a0e04bb5110ec344663a6bc8e95c3b9947cd5b9808c?d=identicon)[KonstantinKuklin](/maintainers/KonstantinKuklin)

---

Top Contributors

[![KonstantinKuklin](https://avatars.githubusercontent.com/u/573586?v=4)](https://github.com/KonstantinKuklin "KonstantinKuklin (9 commits)")

---

Tags

symfonybundlemysqlhandler socketHandlerSocket

### Embed Badge

![Health badge](/badges/konstantin-kuklin-handlersocket-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/konstantin-kuklin-handlersocket-bundle/health.svg)](https://phpackages.com/packages/konstantin-kuklin-handlersocket-bundle)
```

###  Alternatives

[fresh/doctrine-enum-bundle

Provides support of ENUM type for Doctrine2 in Symfony applications.

4636.8M12](/packages/fresh-doctrine-enum-bundle)[okapon/doctrine-set-type-bundle

Provides support of MySQL SET type for Doctrine2 in Symfony2 applications.

11159.0k](/packages/okapon-doctrine-set-type-bundle)[onurb/doctrine-yuml-bundle

Symfony Bundle to visualize the mapping of your entities with Yuml

4198.6k](/packages/onurb-doctrine-yuml-bundle)

PHPackages © 2026

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