2017 © Pedro Peláez
 

library handlersocket-bundle

Bundle for HandlerSocket support with Symfony

image

konstantin-kuklin/handlersocket-bundle

Bundle for HandlerSocket support with Symfony

  • Sunday, September 14, 2014
  • by KonstantinKuklin
  • Repository
  • 1 Watchers
  • 3 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

HandlerSocketBundle

Bundle allows you to use HandlerSocket inside your Symfony2 project., (*1)

Installation

  • add to composer.json row "konstantin-kuklin/handlersocket-bundle": "dev-master", (*2)

  • add to AppKernel.php row new KonstantinKuklin\HandlerSocketBundle\HandlerSocketBundle(), (*3)

  • add to your config file:, (*4)

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

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

How to use

Now HS Reader and Writer are available from Symfony DI, (*5)

/** @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 (https://github.com/KonstantinKuklin/HandlerSocketLibrary)., (*6)

How to Debug

Also HS debug information is available on symfony web console, (*7)

Symfony2 web console with HS:, (*8)

Symfony2 web console, (*9)

HS page on profiler:, (*10)

HS on profile, (*11)

HS page with detailed output information on profiler:, (*12)

HS Detailed, (*13)

The Versions

14/09 2014

dev-master

9999999-dev

Bundle for HandlerSocket support with Symfony

  Sources   Download

MIT

The Requires

 

by Konstantin Kuklin

bundle symfony mysql handler socket handlersocket

31/07 2014

0.02

0.02.0.0

Bundle for HandlerSocket support with Symfony

  Sources   Download

MIT

The Requires

 

by Konstantin Kuklin

bundle symfony mysql handler socket handlersocket

29/07 2014

0.01

0.01.0.0

Bundle for HandlerSocket support with Symfony

  Sources   Download

MIT

The Requires

 

by Konstantin Kuklin

bundle symfony mysql handler socket handlersocket