Neuron-PHP

WebHook
in package
implements IWebHook

Table of Contents

Interfaces

IWebHook
webhook interface

Properties

$httpClient  : IHttpClient

Methods

__construct()  : mixed
get()  : WebHookResponse
post()  : WebHookResponse
postJson()  : WebHookResponse
convertResponse()  : WebHookResponse
Convert IHttpResponse to WebHookResponse for backward compatibility

Properties

Methods

post()

public post(mixed $url[, array<string|int, mixed> $params = [] ]) : WebHookResponse
Parameters
$url : mixed
$params : array<string|int, mixed> = []
Return values
WebHookResponse

        
On this page

Search results