zumo/zumokit-bundle

Symfony bundle for Zumo's ZumoKit service.


README

License: MIT

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.

ZUMO ยท ZumoKit for Developers

Requirements

Installation

Install the latest stable version of the ZumoKit Bundle via Composer:

composer require zumo/zumokit-bundle

This 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"

Documentation and examples