library jobs2careers-php
A simple PHP integration of the Jobs2Careers official API
bcismariu/jobs2careers-php
A simple PHP integration of the Jobs2Careers official API
- Sunday, January 8, 2017
- by bcismariu
- Repository
- 1 Watchers
- 0 Stars
- 196 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
PHP integration of the Jobs2Careers API
, (*1)
Installation
Update your composer.json
file, (*2)
{
"require": {
"bcismariu/jobs2careers-php": "0.*"
}
}
Run composer update
, (*3)
Usage
use Bcismariu\Jobs2Careers\Jobs2Careers;
$provider = new Jobs2Careers([
'id' => 'your-id',
'pass' => 'your-pass',
'ip' => 'your-ip'
]);
$results = $provider->setQuery('Warehouse Worker')
->setLocation('31131')
->get();
Contributions
This is a very basic implementation that can only handle basic calls. Any project contributions are welcomed!, (*4)
dev-master
9999999-dev
A simple PHP integration of the Jobs2Careers official API
Sources
Download
MIT
The Requires
The Development Requires
by
Bogdan Cismariu
jobs2careers
v0.0.1
0.0.1.0
A simple PHP integration of the Jobs2Careers official API
Sources
Download
MIT
The Requires
The Development Requires
by
Bogdan Cismariu
jobs2careers