dev-master
9999999-dev https://github.com/nextras/tracy-query-panelQuery panel for Tracy php debugger
MIT
The Requires
The Development Requires
nextras tracy
Wallogit.com
2017 © Pedro Peláez
Query panel for Tracy php debugger
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)
However, it should be super straightforward to implement IQuery producer for any engine., (*6)
Example legacy implementations for:, (*7)
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)
MIT. See full license., (*10)
Query panel for Tracy php debugger
MIT
nextras tracy