sms77/sylius-plugin

This package is abandoned and no longer maintained. The author suggests using the seven.io/sylius package instead.

seven.io plugin for Sylius applications.

Installs: 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:sylius-plugin

This package is auto-updated.

Last update: 2023-12-15 13:26:16 UTC


README

68747470733a2f2f7777772e736576656e2e696f2f77702d636f6e74656e742f75706c6f6164732f4c6f676f2e737667

Official Sylius Plugin for seven.io

Supports sending SMS and making text-to-speech calls. Programmatically send messages by subscribing to Sylius events.
Send out bulk messages to all of your customers at once.
Make it even easier for your customers to get informed about order updates and shop related information.

Installation

  1. Require the package via composer composer require seven.io/sylius

  2. Add to config/bundles.php Seven\SyliusPlugin\SevenSyliusPlugin::class => ['all' => true],

  3. Add to config/routes.yaml

    seven_sylius_plugin:
        resource: "@SevenSyliusPlugin/Resources/config/admin_routing.yml"
  4. Add to config/services.yaml

    imports:
        - { resource: "@SevenSyliusPlugin/Resources/config/config.yml" }
  5. Make and execute migrations php bin/console doctrine:migrations:diff php bin/console doctrine:migrations:migrate

  6. Navigate to Seven->Configurations and create your first configuration.

Screenshots

Write SMS Write Voice Sent SMS Sent Voice Create Configuration Configuration Overview

Support

Need help? Feel free to contact us.

MIT