PHP SDK
This guide is designed to help you seamlessly integrate and interact with the SendingNetwork API using PHP. This documentation will walk you through the steps to set up, authenticate, and utilize the features of SendingNetwork to enable efficient and secure network communication within your PHP applications.
Installation
Usage
You will need a developer key to access the Edge Network. For further insight into the mechanism and to request a developer key, please consult the provided guide here.
Prepare a configuration file
In the file bot.creds.json, make sure to include the node URL, wallet address, private key, and developer key.
Create an instance of SDNClient
SDNClient
Call API functions
Examples
See more use cases in examples
directory.
Last updated