iggyvolz / rpc

Remote procedure calls for PHP based on Amp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpc

This package allows to create proxy objects based on interfaces to call methods on an object living in a remote service.

Authentication isn't built-in, but can be implemented using middleware / interceptors.

Installation

composer require amphp/rpc

Security

If you discover any security related issues, please email contact@amphp.org instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.

About

Remote procedure calls for PHP based on Amp.


Languages

Language:PHP 100.0%