2017 © Pedro Peláez
 

symfony-bundle cisco-wsapi-bundle

Symfony2 bundle for Cisco Systems IOS UC Gateway API

image

invite/cisco-wsapi-bundle

Symfony2 bundle for Cisco Systems IOS UC Gateway API

  • Monday, March 3, 2014
  • by JoshWhiting
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

INVITE Networks

Cisco Wsapi Bundle

This bundle provides an integration to Cisco Systems IOS UC Gateway API., (*1)

Installation

Step 1: Install vendors

To be updated., (*2)

Next, update your vendors by running:, (*3)

$ ./bin/vendors

Step 2: Enable the bundle

Finally, enable the bundle in the kernel:, (*4)

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Invite\Bundle\Cisco\WsapiBundle\CiscoWsapiBundle(),
    );
}

Examples

To be added., (*5)

Configuration

You can configure the cisco wsapi directly in your config.yml file. Here are the defaults:, (*6)

cisco_wsapi:
    general:
        expanded:             false
    object:
        max_nesting_level:    3
        show_data:            true
        show_classinfo:       true
        show_constants:       true
        show_methods:         true
        show_properties:      true
    array:
        max_nesting_level:    8
    processor:
        active:               true
    bool:
        html_color:           #008
        cli_color:            blue
    float:
        html_color:           #800
        cli_color:            red
    int:
        html_color:           #800
        cli_color:            red
    string:
        html_color:           #080
        cli_color:            green
        show_quotes:          true
    css:
        path:                 /Asset/tree.min.css

The Versions