PHP code example of bcismariu / jobs2careers-php
1. Go to this page and download the library: Download bcismariu/jobs2careers-php 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/ */
bcismariu / jobs2careers-php example snippets
use Bcismariu\Jobs2Careers\Jobs2Careers;
$provider = new Jobs2Careers([
'id' => 'your-id',
'pass' => 'your-pass',
'ip' => 'your-ip'
]);
$results = $provider->setQuery('Warehouse Worker')
->setLocation('31131')
->get();
json
{
"cismariu/jobs2careers-php": "0.*"
}
}