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.
0.1.0
2022-01-22 16:45 UTC
Requires
- php: ^7.4
- ext-json: *
- guzzlehttp/guzzle: ^6.5 || ^7.4
Requires (Dev)
- brainmaestro/composer-git-hooks: 2.8.*
- friendsofphp/php-cs-fixer: 3.2.*
- overtrue/phplint: ^2.4
- phpstan/phpstan: 0.12.*
- phpunit/phpunit: ^8.0
- symfony/var-dumper: 5.3.*
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!