@@ -3,56 +3,31 @@ Matomo Extension for Magento 1
3
3
4
4
Facts
5
5
-----
6
- - extension key: Matomo_Analytics
6
+ - extension key: ` Matomo_Analytics `
7
7
8
8
Description
9
9
-----------
10
- This module for the Magento 1 online shop software adds the Matomo analytics tracking to your shop.
11
- It is based on the original implementy by
10
+ This extension for Magento 1 adds the Matomo analytics tracking to your shop.
11
+ It is based on the original implementation by ` adrianspeyer/Piwik-for-Magento ` .
12
12
13
13
Requirements
14
14
------------
15
- - PHP >= 5.6.x
16
- - Mage_Core
17
-
18
- Compatibility
19
- -------------
20
- - Magento >= 1.7
21
-
22
- Usage
23
- -----
24
- This extension adds the Matomo analytics tracking to the Magento shop.
15
+ - PHP >= 7.4.x
25
16
26
17
Installation Instructions
27
18
-------------------------
28
- For installation notes please see also [ this FAQ] ( https://www.vianetz.com/en/faq/how-to-install-the-magento-extension.html ) .
29
-
30
- 1 . Do a backup of your Magento installation for safety reasons.
31
- 2 . Disable Magento compilation feature (if activated): System > Tools > Compiler
32
- 3 . Unzip the setup package and copy the contents of the src/ folder into the Magento root folder. (The folder structure
33
- is the same as in your Magento installation. No files will be overwritten.)
34
- Please assure that the files are uploaded with the same file user permissions as the Magento installation!
35
- 4 . Clear the Magento cache (and related caches like APC if available)
36
- 5 . Logout from the admin panel and then login again
37
- 6 . Enable the Magento compilation feature (if it was activated before): System > Tools > Compiler
38
-
39
- As an alternative you can install the module via modman.
40
- Please find more information about that installation method at [ https://github.com/colinmollenhour/modman ] ( https://github.com/colinmollenhour/modman )
41
- (Thanks @colinmollenhour )
42
-
43
- Uninstallation
44
- --------------
45
- 1 . Remove the folder `` app/code/community/Matomo/Analytics ``
46
- 2 . Remove the file `` app/etc/modules/Matomo_Analytics.xml ``
19
+ ```
20
+ composer require vianetz/matomo-magento1
21
+ ```
47
22
48
23
Support
49
24
-------
50
- If you have any issues or suggestions with this extension, please create or update a new Github issue.
25
+ If you have any issues or suggestions with this extension, please create a new Github issue.
51
26
52
27
Credits
53
28
-------
54
- https://github.com/contardi/matomo-magento
55
- https://github.com/adrianspeyer/Piwik-for-Magento
29
+ - https://github.com/contardi/matomo-magento
30
+ - https://github.com/adrianspeyer/Piwik-for-Magento
56
31
57
32
Contribution
58
33
------------
0 commit comments