Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.74 KB

README.md

File metadata and controls

56 lines (39 loc) · 2.74 KB

Monsieur Biz logo Sylius logo
Monsieur Biz is a Sylius Extension Artisan partner

Marker.io's plugin for Sylius

Plugin license Flex Recipe Security Tests

This plugin is a Sylius integration for Marker.io.

It gives the capability to integrate the extension if you have a Project ID.
In the same time, if the script is loaded, we've added some metadata to the configuration sent to Marker.io.

Compatibility

Sylius Version PHP Version
1.12 8.1 - 8.2 - 8.3
1.13 8.1 - 8.2 - 8.3
1.14 8.1 - 8.2 - 8.3

Installation

If you want to use our recipes, you can configure your composer.json by running:

composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
composer require monsieurbiz/sylius-markerio-plugin

You may need to install our recipes first:

composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'

Update the metadata

You can create your own event listener and then update the data sent to the plugin using the event itself.

See EventListener/MarkerioCustomDataListener.php as an example.

License

This plugin is under the MIT license. Please see the LICENSE file for more information.