2017 © Pedro Peláez
 

library json-command-bundle

Symfony 2 bundle to xiag/json-command

image

xiag/json-command-bundle

Symfony 2 bundle to xiag/json-command

  • Saturday, March 11, 2017
  • by mrix
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1,988 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

GravitonJsonCommandBundle

Symfony bundle to the graviton/json-command., (*1)

Installation

Step 1: Download the Bundle

Run, (*2)

composer require graviton/json-command-bundle

or add to your composer.json, (*3)

"graviton/json-command-bundle": "*",

Step 2: Enable the Bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:, (*4)

<?php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...
            new \Graviton\JsonCommandBundle\JsonCommandBundle(),
        ];

        // ...
    }

    // ...
}

How to use

Register new service:, (*5)

<!-- app/config/services.xml -->
<service id="my.node.executor" class="%graviton.json_command.jsonexecutor.class%">
    <factory service="graviton.json_command.jsonexecutor.factory" method="createJsonExecutor"/>
    <argument>node</argument>
    <argument>array</argument>
    <argument type="collection">
        <argument>-type=general</argument>
    </argument>
</service>

The Versions

11/03 2017

dev-master

9999999-dev

Symfony 2 bundle to xiag/json-command

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

11/03 2017

v0.2.0

0.2.0.0

Symfony 2 bundle to xiag/json-command

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

22/07 2016

v0.1.0

0.1.0.0

Symfony 2 bundle to xiag/json-command

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

11/12 2015

v0.0.2

0.0.2.0

Symfony 2 bundle to xiag/json-command

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

31/07 2015

v0.0.1

0.0.1.0

Symfony 2 bundle to xiag/json-command

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires