praveenn77 / VBXAnalytix

Matomo with API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matomo

Latest Stable Version Latest Unstable Version License

Code Status

Build Status Percentage of issues still open

Description

Matomo with API for adding websites

License

Matomo is released under the GPL v3 (or later) license, see misc/gpl-3.0.txt

Requirements

  • PHP 5.5.9 or greater
  • MySQL version 5.5 or greater, or MariaDB
  • PHP extension pdo and pdo_mysql, or the MySQLi extension.
  • Matomo is OS / server independent

See https://matomo.org/docs/requirements/

Install

  • Clone/Downlaod this repo into webserver folder
  • Access the respective url and perform installation by following the steps
  • After Installtion login to Matomo as SuperUser
  • Naviagte to Administration > Personal > Settings
  • In that page you can find API Authentication Token
  • Copy the token and paste it into su_token.key file and save it.
  • Edit config/config.ini.php and add the following config
    [General]
    cors_domains[] = *
    
  • You are done.

About

Matomo with API

License:GNU General Public License v3.0


Languages

Language:PHP 77.5%Language:JavaScript 14.6%Language:HTML 5.0%Language:CSS 1.8%Language:Python 0.8%Language:C 0.3%Language:Shell 0.0%Language:Smarty 0.0%Language:Hack 0.0%