PHPackages                             sioweb/hrworks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sioweb/hrworks

ActiveLibrary[API Development](/categories/api)

sioweb/hrworks
==============

0.1.2(5y ago)042WTFPLPHP

Since Jul 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Sioweb/HRWorks)[ Packagist](https://packagist.org/packages/sioweb/hrworks)[ RSS](/packages/sioweb-hrworks/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (1)Versions (9)Used By (0)

HRWorks API PHP Example Client
==============================

[](#hrworks-api-php-example-client)

This client can be used to connect with HRWorks API

Installation
------------

[](#installation)

`composer req sioweb/hrworks`

Credentials
-----------

[](#credentials)

First create, or update, `.env`-File in root directory:

```
HRWORKS_ACCESS_KEY="your_access_key"
HRWORKS_SECRET_KEY="your_secret_key"

```

Example
-------

[](#example)

Make sure your admin gave you the correct permissions for the actions you want to use.

After installation you can create a PHP-File in `/web` directory. Its recommendet to use a subdirectory, so users cannot access sensitive directories like `/vendor`, or `/var/logs` if you use it.

```
