1. Installation

We assume you’re familiar with Composer, a dependency manager for PHP. Use following command to add the component to your composer.json and download package.

If you have Composer installed globally.

$ composer require sylius/sequence:*

Otherwise you have to download .phar file.

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require sylius/sequence:*