ZumoKit bundle facilitates integration of the Zumo platform with server-side software based on Symfony.
Please note, during Zumo's alpha and beta period, the API is subject to change and may impact bundle.
Install the latest stable version of the ZumoKit Bundle via Composer:
composer require zumo/zumokit-bundleThis will choose the best version for your project, add it to composer.json and download its code into the vendor/ directory. If you need a specific version, include it as the second argument of the composer require command:
composer require zumo/zumokit-bundle "~1.0"