An open API service indexing awesome lists of open source software.

https://github.com/cornejong/telepath

Simple PHP RPC Framework
https://github.com/cornejong/telepath

json php rpc-client rpc-framework rpc-server simple

Last synced: 5 months ago
JSON representation

Simple PHP RPC Framework

Awesome Lists containing this project

README

          

# Telepath
Simple PHP RPC Framework

### The basics
Telepath is a very simple, basic and crude RPC Framework for remote code execution.
Current version instantiates a class when a function of the class is called.
Next version will implement states and will allow for session based use of classes.
Maintaining the class state and values throughout the session. This is currently in development.