Download the PHP package grantholle/orangehrm-api without Composer
On this page you can find all versions of the php package grantholle/orangehrm-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download grantholle/orangehrm-api
More information about grantholle/orangehrm-api
Files in grantholle/orangehrm-api
Package orangehrm-api
Short Description An api wrapper for OrangeHRM.
License MIT
Homepage https://github.com/grantholle/orangehrm-api
Informations about the package orangehrm-api
OrangeHRM API Wrapper
This is a very light client for the OrangeHRM API. It does not support all the capabilities of the API currently and is a work in progress.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You should add the ORANGEHRM_BASE_URL
, ORANGEHRM_CLIENT_ID
, and ORANGEHRM_CLIENT_SECRET
keys to your .env
file. You can learn about how to create the api credentials in the documentation.
Usage
There are a handful of methods implemented, including addEmployee
, getEmployee
, and updateEmployee
.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of orangehrm-api with dependencies
guzzlehttp/guzzle Version ^7.3
illuminate/contracts Version ^8.0|^9.0
illuminate/support Version ^8.0|^9.0
spatie/laravel-package-tools Version ^1.4.3