PHP code example of jongotlin / arbetsformedlingen-ads

1. Go to this page and download the library: Download jongotlin/arbetsformedlingen-ads library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jongotlin / arbetsformedlingen-ads example snippets


$client = new \JGI\ArbetsformedlingenAds\Client();
$client->setHttpClient($httpClient); // $httpClient is a \Http\Client\HttpClient

$arbetsformedlingenJob = new ArbetsformedlingenJob(...);
$transaction = new Transaction($senderId, '[email protected]', $transactionID, [$arbetsformedlingenJob]);

$result = $client->publish($transaction);