2017 © Pedro Peláez
 

symfony-bundle owasys-bundle

Symfony Bundle for the Owasys OWA11 tracking device

image

coffeebike/owasys-bundle

Symfony Bundle for the Owasys OWA11 tracking device

  • Monday, January 8, 2018
  • by jdambacher
  • Repository
  • 4 Watchers
  • 2 Stars
  • 307 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

[WIP] OwasysBundle

This is a Symfony Bundle for the Owasys OWA11 tracking device. It helps to wrap all mqtt messages from and to the OWA11 device., (*1)

Notice: This bundle is still work in progress!, (*2)

Please open an issue or a PR if you want to contribute to the project., (*3)

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*4)

$ composer require coffeebike/owasys-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*5)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*6)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new CoffeeBike\OwasysBundle\CoffeeBikeOwasysBundle(),
        );

        // ...
    }

    // ...
}

The Versions

08/01 2018

dev-master

9999999-dev https://coffee-bike.com

Symfony Bundle for the Owasys OWA11 tracking device

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

08/01 2018

dev-alarmCounter

dev-alarmCounter https://coffee-bike.com

Symfony Bundle for the Owasys OWA11 tracking device

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger

19/12 2017

dev-adding-default-location

dev-adding-default-location https://coffee-bike.com

Symfony Bundle for the Owasys OWA11 tracking device

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Jonas Dambacher
by Jannik Kroeger