PHPackages                             basilicom/rpc-gateway-symfony - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. basilicom/rpc-gateway-symfony

ActiveLib[API Development](/categories/api)

basilicom/rpc-gateway-symfony
=============================

rpc gateway lib for symfony

1.2.0(9y ago)040BSD-3-ClausePHPPHP &gt;=5.3.0

Since Apr 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/basilicom/rpc-gateway-symfony)[ Packagist](https://packagist.org/packages/basilicom/rpc-gateway-symfony)[ Docs](http://basilicom.de/)[ RSS](/packages/basilicom-rpc-gateway-symfony/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

RPC Gateway
===========

[](#rpc-gateway)

Developer info: [basilicom](http://basilicom.de/)

Synopsis
--------

[](#synopsis)

-

### Code Example / Method of Operation

[](#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

[](#installation)

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

### API Reference

[](#api-reference)

- n/a

### Tests

[](#tests)

- none

### Contributors

[](#contributors)

- Conrad Guelzow
- Marco Senkpiel

### License

[](#license)

- BSD-3-Clause

### Pimcore Controller Example

[](#pimcore-controller-example)

```
