https://github.com/basicrum/basicrum-magento-2
https://github.com/basicrum/basicrum-magento-2
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/basicrum/basicrum-magento-2
- Owner: basicrum
- Created: 2025-06-07T15:33:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-17T14:30:36.000Z (4 months ago)
- Last Synced: 2025-11-27T14:39:17.217Z (3 months ago)
- Language: PHP
- Size: 98.6 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BasicRum Analytics for Magento 2
BasicRum Analytics is a Magento 2 extension that helps you collect and analyze real user monitoring (RUM) data for your Magento store, providing insights into your website's performance from the user's perspective.
## Requirements
- Magento Open Source or Commerce version 2.3.x or higher
- PHP 7.2 or higher
## Installation
```sh
composer require basicrum/basicrum-analytics
bin/magento module:enable BasicRum_Analytics
bin/magento setup:upgrade
bin/magento cache:flush
```
## Configuration
1. Log in to your Magento Admin Panel
2. Navigate to **Stores > Configuration > BasicRum Analytics**
3. Configure the following options:
- **Enable Module**: Set to "Yes" to enable the extension
- **Beacon Endpoint**: Enter the URL where the data should be sent. This will be the endpoint where a BasicRUM beacon catcher is running.
4. Click "Save Config" to apply the changes
5. Clear the cache by going to **System > Cache Management** and clicking "Flush Magento Cache"
## Verification
To verify that the extension is working properly:
1. Open your store in a web browser
2. Open the browser's developer tools (F12)
3. Check the Network tab for requests to the BasicRum collection endpoint
4. Visit your BasicRum dashboard to confirm that data is being collected
## License
This extension is released under the [MIT License](LICENSE).