psvneo/karriere-suedwestfalen-sdk

This package is abandoned and no longer maintained. No replacement package was suggested.

This library provides an easy API to communicate with the Karriere Suedwestfalen API.

Maintainers

Package info

git.riconnect.de/riconet-public/php/karriere-suedwestfalen-sdk.git

Homepage

pkg:composer/psvneo/karriere-suedwestfalen-sdk

Statistics

Installs: 88

Dependents: 0

Suggesters: 0

0.1.0 2022-01-22 16:45 UTC

This package is auto-updated.

Last update: 2023-07-10 10:11:45 UTC


README

This library provides an easy API to communicate with the Karriere Suedwestfalen API.

Requirements

  • PHP 7.4+
  • composer
  • ext-json

How to install

Run composer require psvneo/karriere-suedwestfalen-sdk.

How to use

Instantiate a new client

<?php

require_once '.../vendor/autoload.php';

$token = 'my-secret-token';
$companyId = '12345';

$client = new \PSVneo\KarriereSuedwestfalenSdk\Client($token, $companyId);

Search for jobs

Yet not documented!

Search for jobs, using an area search

Yet not documented!

Search for categories

Yet not documented!