2017 © Pedro Peláez
 

library tracy-query-panel

Query panel for Tracy php debugger

image

nextras/tracy-query-panel

Query panel for Tracy php debugger

  • Monday, February 23, 2015
  • by Mikulas
  • Repository
  • 7 Watchers
  • 13 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Nextras\TracyQueryPanel

Build Status Downloads this Month Stable version HHVM Status, (*1)

Installation

Add to your composer.json:, (*2)

$ composer require nextras/tracy-query-panel

Register Nette DI extension:, (*3)

extensions:
    queryPanel: Nextras\TracyQueryPanel\DI\QueryPanelExtension

queryPanel:
    - Nextras\TracyQueryPanel\Handlers\DibiHandler

Possibly create implementations of IVoidQueries based on your service hooks and pass them to QueryPanel::addQuery()., (*4)

Currently implemented query handlers are:, (*5)

  • DibiConnection
  • Nette\Database

However, it should be super straightforward to implement IQuery producer for any engine., (*6)

Example legacy implementations for:, (*7)

  • Neo4j
  • Elasticsearch

can be found at https://github.com/Mikulas/nette-panel-queries/tree/master/queries. These implementations will not however work out of the box., (*8)

If you happen to create implementations for your engine, please consider sending a pull request into this repo., (*9)

Additional resources

  • Original forum thread: http://forum.nette.org/en/18901-tracy-universal-query-panel

License

MIT. See full license., (*10)

The Versions