zumo/zumokit-bundle

Symfony bundle for Zumo's ZumoKit service.

Maintainers

Package info

github.com/zumo/zumokit-bundle

Homepage

Documentation

Type:symfony-bundle

pkg:composer/zumo/zumokit-bundle

Statistics

Installs: 403

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0


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