PHPackages                             basilicom/rpc-gateway - 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

ActiveLib[API Development](/categories/api)

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

rpc gateway lib

1.0.1(10y ago)1158BSD-3-ClausePHPPHP &gt;=5.3.0

Since Mar 4Pushed 9y ago14 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)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": "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)

```
