PHPackages                             mostlyserious/craft-markerio - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mostlyserious/craft-markerio

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

mostlyserious/craft-markerio
============================

Easily add Marker.io to your CraftCMS site.

2.2.0(1y ago)01141[1 issues](https://github.com/mostlyserious/craft-markerio/issues)3proprietaryPHPPHP &gt;=8.0.2CI passing

Since May 22Pushed 1y ago3 watchersCompare

[ Source](https://github.com/mostlyserious/craft-markerio)[ Packagist](https://packagist.org/packages/mostlyserious/craft-markerio)[ RSS](/packages/mostlyserious-craft-markerio/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (12)Used By (3)

Marker.io Plugin
================

[](#markerio-plugin)

Easily integrate Marker.io with CraftCMS.

Marker.io is the preferred QA tool of the [Mostly Serious](https://www.mostlyserious.io/) dev team. This plugin allows you to add their reporting widget to both the front and back end of a Craft site, making it easy for users to report issues.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4.9.0 or later, and PHP 8.0.2 or later.

Installation
------------

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

#### From the Plugin Store

[](#from-the-plugin-store)

Go to the Plugin Store in your project’s Control Panel and search for “Marker.io”. Then press “Install”.

#### With Composer

[](#with-composer)

Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require mostlyserious/craft-markerio

# tell Craft to install the plugin
./craft plugin/install markerio
```

Usage
-----

[](#usage)

- Sign up for an account at [Marker.io](https://marker.io/) and copy your Project ID.
- Add your Project ID to the plugin settings.

That's it! You can configure the widget further using the settings provided. All config settings can be overridden with a `marker.php` in your `config` folder.

```
