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.
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 |
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"]'
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.
This plugin is under the MIT license. Please see the LICENSE file for more information.