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
- Host: GitHub
- URL: https://github.com/cornejong/telepath
- Owner: cornejong
- License: gpl-3.0
- Created: 2018-05-20T17:35:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T12:34:50.000Z (over 6 years ago)
- Last Synced: 2024-05-16T05:37:30.568Z (about 2 years ago)
- Topics: json, php, rpc-client, rpc-framework, rpc-server, simple
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.