Download the PHP package js/mysqlnd-analytics without Composer
On this page you can find all versions of the php package js/mysqlnd-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download js/mysqlnd-analytics
More information about js/mysqlnd-analytics
Files in js/mysqlnd-analytics
Package mysqlnd-analytics
Short Description The JSMysqlndAnalytics library is a library to process statistics collected by PHP's myslqnd module and providing guidance for improving applications using ext/mysql, mysqli or pdo_mysql.
License BSD-3-Clause
Homepage https://github.com/johannes/JSMysqlndAnalytics
Informations about the package mysqlnd-analytics
JSMysqlndAnalytics
The Mysqlnd Analytics library provides a way for an application to easily collect statistics about MySQL operations for a given period by making use of mysqlnd's statistic collection. This library then provides analytics on top of these statistics to help the user to improve his application.
Requirements
For making use of this library need an application running on a PHP setup where the mysqli extension is activated and mysqlnd is being used. The mysqli extension is only used to retrieve data. It is no requirement for your application to use to use mysqli. Applications using Doctrine and PDO are fully supported.
This library depends on rezzza/Formulate.
Composer
This library can be installed using composer:
Take a look at the page on Packagist web site for more details and up-to-date version numbers.
Usage Example
A simple use case might llook like this:
Notes
For Symfony applications an bundle using this library exists.
All versions of mysqlnd-analytics with dependencies
ext-mysqli Version *
ext-mysqlnd Version *
rezzza/formulate Version 1.0.*