mihai-stancu / rpc-bundle
A symfony RPC Client and Server implementation which integrates the symfony/serializer.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/mihai-stancu/rpc-bundle
Requires
- php: >=5.5
- mihai-stancu/serializer: ^1
- symfony/config: ^2|^3
- symfony/console: ^2|^3
- symfony/dependency-injection: ^2|^3
Requires (Dev)
- fzaninotto/faker: ^1
- phpunit/phpunit: ^5
Suggests
- ext-amqp: ^1.6
- ext-kaftka: 0.*
- ext-stomp: ^1
- ext-zmq: ^1.1
- doctrine/orm: ^2|^3
- guzzlehttp/guzzle: ^6
- voryx/thruway: 0.*
This package is not auto-updated.
Last update: 2025-09-28 00:23:57 UTC
README
A symfony RPC Client and Server implementation which integrates the symfony/serializer.
The RPC server uses a symfony controller to execute methods of the exposed services.
The RPC client uses proxy classes -- generated based on interfaces or abstract classes -- whose abstract methods will be forwarded to the remote RPC server.
Due to integration with symfony/serializer the RPC server/client supports many possible normalizers and encoders.