Download the PHP package konstantin-kuklin/handlersocket-bundle without Composer
On this page you can find all versions of the php package konstantin-kuklin/handlersocket-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download konstantin-kuklin/handlersocket-bundle
More information about konstantin-kuklin/handlersocket-bundle
Files in konstantin-kuklin/handlersocket-bundle
Package handlersocket-bundle
Short Description Bundle for HandlerSocket support with Symfony
License MIT
Informations about the package handlersocket-bundle
HandlerSocketBundle
Bundle allows you to use HandlerSocket inside your Symfony2 project.
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:
How to use
Now HS Reader and Writer are available from Symfony DI
About queries and more detailed HandlerSocket information you can read on (https://github.com/KonstantinKuklin/HandlerSocketLibrary).
How to Debug
Also HS debug information is available on symfony web console
Symfony2 web console with HS:

HS page on profiler:

HS page with detailed output information on profiler:

All versions of handlersocket-bundle with dependencies
doctrine/annotations Version >=1.0
symfony/symfony Version >=2.2
konstantin-kuklin/handlersocket-library Version 0.*