2017 © Pedro Peláez
 

lib rpc-gateway-symfony

rpc gateway lib for symfony

image

basilicom/rpc-gateway-symfony

rpc gateway lib for symfony

  • Tuesday, May 2, 2017
  • by mixahead
  • Repository
  • 2 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

RPC Gateway

Developer info: basilicom, (*1)

Synopsis

Code Example / Method of Operation

  • if your service namespace ist not "\App\Rpc\Service", please don't forget to set your custom namespace.
  • For Example, your Service Class is \Website\Rpc\Custom\User.php:
    $rpc = new \RpcGateway\Gateway();
    $rpc->setServiceClassNamespace('\Website\Rpc\Custom\\')

Installation

  • just add '"basilicom/rpc-gateway-symfony": "dev-master"' to your composer '"require": {}'

API Reference

  • n/a

Tests

  • none

Contributors

License

  • BSD-3-Clause

Pimcore Controller Example

<?php

namespace AppBundle\Controller;

use Symfony\Component\HttpFoundation\Request;

class RpcController extends AbstractController
{

    public function defaultAction(Request $request)
    {
        $gateway = new \RpcGateway\Gateway($request);
        $gateway->setServiceClassNamespace('\AppBundle\Rpc\\');
        return $gateway->dispatch();
    }
}

The Versions

02/05 2017

dev-master

9999999-dev http://basilicom.de/

rpc gateway lib for symfony

  Sources   Download

BSD-3-Clause

The Requires

 

rpc

02/05 2017

1.2.0

1.2.0.0 http://basilicom.de/

rpc gateway lib for symfony

  Sources   Download

BSD-3-Clause

The Requires

 

rpc

01/05 2017

1.1.2

1.1.2.0 http://basilicom.de/

rpc gateway lib for symfony

  Sources   Download

BSD-3-Clause

The Requires

 

rpc

01/05 2017

1.1.1

1.1.1.0 http://basilicom.de/

rpc gateway lib for symfony

  Sources   Download

BSD-3-Clause

The Requires

 

rpc

28/04 2017

1.1.0

1.1.0.0 http://basilicom.de/

rpc gateway lib for symfony

  Sources   Download

BSD-3-Clause

The Requires

 

rpc

26/04 2017

1.0.1

1.0.1.0 http://basilicom.de/

rpc gateway lib for symfony

  Sources   Download

BSD-3-Clause

The Requires

 

rpc

26/04 2017

1.0.0

1.0.0.0 http://basilicom.de/

rpc gateway lib

  Sources   Download

BSD-3-Clause

The Requires

 

rpc