2017 © Pedro Peláez
 

library pcrecruiter

PHP library for work with PCRecruiter RESTful API

image

drteam/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  • Sunday, October 29, 2017
  • by EvilFreelancer
  • Repository
  • 1 Watchers
  • 3 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 24 Versions
  • 0 % Grown

The README.md

PCRecruiter PHP API Logo, (*1)

PCRecruiter PHP

Latest Stable Version Build Status Total Downloads License PHP 7 ready, (*2)

PHP library for work with PCRecruiter RESTful API, (*3)

composer require drteam/pcrecruiter

Examples

Get AccessToken for work with PCR

// Enable autoload
require_once __DIR__ . "/vendor/autoload.php";

// Create the Token object
$pcr_token = new PCRecruiter\Token();
$pcr_token->setConfig(__DIR__ . "/pcr.php");

// Get the token
$token = $pcr_token->get()['message']->SessionId;

// Return the json
header('Content-Type: application/json');
echo json_encode($token);

Get all jobs (positions) from PCR

// Enable autoload
require_once __DIR__ . "/vendor/autoload.php";

// Get the token
$pcr_token = new PCRecruiter\Token();
$pcr_token->setConfig(__DIR__ . "/pcr.php");

// Get the token
$token = $pcr_token->get()['message']->SessionId;

// Get all positions
$pcr_positions = new PCRecruiter\Positions($token);
$positions = $positions->get()['message']->Results;

// Return the json
header('Content-Type: application/json');
echo json_encode($positions);

Any other examples you can find on "examples" page., (*4)

Where to get help

If you need help with this project, you can read more about API Methods., (*5)

If you found the bug, please report about this on GitHub Issues page., (*6)

About PHP Unit Tests

  • [ ] Candidates.php
  • [ ] Companies.php
  • [x] Client.php
  • [ ] Interviews.php
  • [ ] Placements.php
  • [ ] Positions.php
  • [ ] RollupLists.php
  • [ ] Token.php
  • [ ] Users.php

You can run tests by hands from source directory via vendor/bin/phpunit command., (*7)

Developers

Created under the influence the lack of such a project on the Internet :smile:, (*8)

  • PCRecruiter - This company provides a lots of services that can be useful for recruitment agencies.
  • PCRecruiter API - Official documentation about all API calls.
  • Guzzle - An extensible PHP HTTP client, what i very like.

The Versions

29/10 2017

dev-master

9999999-dev https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

29/10 2017

1.2.2.1

1.2.2.1 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

29/10 2017

1.2.2

1.2.2.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

29/10 2017

1.2.1

1.2.1.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

29/10 2017

1.2.0

1.2.0.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

01/08 2017

1.1.3

1.1.3.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

01/08 2017

1.1.2

1.1.2.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

15/06 2017

1.1.1

1.1.1.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

15/06 2017

1.1

1.1.0.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

15/06 2017

1.0.6

1.0.6.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

15/06 2017

1.0.5

1.0.5.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

15/06 2017

1.0.4

1.0.4.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

15/06 2017

1.0.3

1.0.3.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

23/03 2017

1.0.2

1.0.2.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

The Development Requires

rest-api pcrecruiter pcr

23/03 2017

1.0.1

1.0.1.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

rest-api pcrecruiter pcr

23/03 2017

1.0

1.0.0.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter RESTful API

  Sources   Download

MIT

The Requires

 

rest-api pcrecruiter pcr

19/03 2017

0.5.1

0.5.1.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr

19/03 2017

0.5

0.5.0.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr

17/01 2017

0.4.3

0.4.3.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr

17/01 2017

0.4.2

0.4.2.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr

17/01 2017

0.4.1

0.4.1.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr

18/08 2016

0.4

0.4.0.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr

17/08 2016

0.3

0.3.0.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr

12/08 2016

0.1

0.1.0.0 https://github.com/DrTeamRocks/pcrecruiter

PHP library for work with PCRecruiter Rest API

  Sources   Download

MIT

The Requires

 

api pcrecruiter pcr