2017 © Pedro Peláez
 

library api-client-php

OrangeHRM API client

image

orangehrm/api-client-php

OrangeHRM API client

  • Tuesday, July 25, 2017
  • by samanthajayasinghe
  • Repository
  • 4 Watchers
  • 0 Stars
  • 144 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 18 % Grown

The README.md

OrangeHRM API Client (PHP)

A PHP client lib for the OrangeHRM API, (*1)

How to install

You can install orangehrm api client lib via composer, (*2)

  "require": {
    "orangehrm/api-client-php": "1.2.4"
  },

How to use

As a start you have to install Orangehrm system and setup a oauth client, (*3)

Once you have that, You can call api as follows, (*4)

<?php
use Orangehrm\API\Client;
use Orangehrm\API\HTTPRequest;

$client = new Client('http://orangehrm.os','testclient','testpass');

$request = new HTTPRequest('employee/search');
$result = $client->get($request)->getResult();

The Versions

25/07 2017

dev-master

9999999-dev

OrangeHRM API client

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Samantha Jayasinghe

api rest

24/05 2017

1.2.3

1.2.3.0

OrangeHRM API client

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Samantha Jayasinghe

api rest

12/05 2017

1.2.2

1.2.2.0

OrangeHRM API client

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Samantha Jayasinghe

api rest

09/05 2017

1.2.1

1.2.1.0

OrangeHRM API client

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Samantha Jayasinghe

api rest

07/05 2017

1.2

1.2.0.0

OrangeHRM API client

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Samantha Jayasinghe

api rest

20/04 2017

v1.1

1.1.0.0

OrangeHRM API client

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Samantha Jayasinghe

api rest

18/04 2017

v1.0

1.0.0.0

OrangeHRM API client

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

by Samantha Jayasinghe

api rest