Wallogit.com
2017 © Pedro Peláez
ApiStack is a library of PHP classes to help implement API-s, such as JSON-RPC. Actually, JSON-RPC is the only protocol fully supported by now, but the list should be extended., (*1)
This library provides only base classes for three independent layers -- Transport, Protocol, and Service. You MUST consider how every layer should behave and extend/implement them for your own needs., (*2)