sylius/state-machine-abstraction

Abstraction layer for State Machine used in Sylius bundles

Installs: 8 649

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 1

Open Issues: 0

Type:symfony-bundle

v1.13.0 2024-02-22 09:50 UTC

This package is auto-updated.

Last update: 2024-04-23 12:24:58 UTC


README

State Machine Abstraction package provides a configurable abstraction for Sylius that allows you to define which adapter should be used (Winzou State Machine or Symfony Workflow) per graph.

Sylius

Sylius

Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. Read more on sylius.com.

Documentation

Documentation is available on docs.sylius.com.

Contributing

This page contains all the information about contributing to Sylius.

Follow Sylius' Development

If you want to keep up with the updates and latest features, follow us on the following channels:

Bug tracking

Sylius uses GitHub issues. If you have found bug, please create an issue.

MIT License

License can be found here.

Authors

See the list of contributors.

Testing

To run tests:

(cd src/Sylius/Abstraction/StateMachine && vendor/bin/phpunit)