PHP SDKOfficial PHP SDK for Plunk.bashcomposer require useplunk/plunk-phpphp$plunk = new Plunk("sk_live_xxxxxxxxxxxxxxxx"); $plunk->emails->send([ "to" => "user@example.com", "subject" => "Hello", "body" => "World", ]);PythonGo