This bundle integrates Sylius into Netgen Admin UI by adding a menu plugin which loads the complete Sylius admin interface inside the Netgen Admin UI itself.
Use Composer:
$ composer require netgen/admin-ui-sylius-bundle:^2.0
Activate the bundle inside the kernel:
$bundles[] = new Netgen\Bundle\AdminUISyliusBundle\NetgenAdminUISyliusBundle();
Install bundle assets:
$ php app/console assets:install --symlink --relative
and that's it!