fidmor89 / AppInsights-Joomla

Main development repository for Application Insights Joomla plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppInsights-Joomla

Main development repository for Application Insights Joomla plugin.

Contributors

Tags: Application Insights

Requires at least: 3.x

Tested on: 3.4

License: GNU GPL 3.0

License URI: http://opensource.org/licenses/GPL-3.0

Integrates a Joomla site with Microsoft Application Insights.

Description

Integrates a Joomla site with Microsoft Application Insights. More information about Application Insights can be found here. Other SDKs and documentation can be found here.

Composer Usage

We are using a package published by Microsoft. You can find it on Packagist. In order to use it, first, you'll need to get Composer.

Once you've setup your project to use Composer, just add a reference to our package with whichever version you'd like to use to your composer.json file.

require: "microsoft/application-insights": "*"

Make sure you add the require statement to pull in the library:

require_once 'vendor/autoload.php';

Changelog

= 1.0 = * Initial Version

About

Main development repository for Application Insights Joomla plugin.

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%