PHPackages                             berthott/laravel-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. berthott/laravel-hrworks

ActiveLibrary

berthott/laravel-hrworks
========================

An HRWorks API Integration for Laravel

1.0.0(2y ago)067MITPHP

Since Jan 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/berthott/laravel-hrworks)[ Packagist](https://packagist.org/packages/berthott/laravel-hrworks)[ RSS](/packages/berthott-laravel-hrworks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

[![test workflow](https://github.com/berthott/laravel-hrworks/actions/workflows/test.yml/badge.svg)](https://github.com/berthott/laravel-hrworks/actions/workflows/test.yml/badge.svg)

Laravel-HRWorks
===============

[](#laravel-hrworks)

An HrWorks API Integration for Laravel.

Requirements
------------

[](#requirements)

For a connection to HrWorks, it is necessary, to obtain an API token. More information can be found on the [HRWorks API Documentation](https://developers.hrworks.de/).

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

[](#installation)

```
$ composer require berthott/laravel-hrworks
```

Usage
-----

[](#usage)

This package only provides a generic `HrWorksApiService` which an be used to conveniently interact with the HrWorks API. The package will take care of authentication and will store an auth token inside the database.

Options
-------

[](#options)

To change the default options use

```
$ php artisan vendor:publish --provider="berthott\HrWorks\HrWorksServiceProvider" --tag="config"

```

- `cache_enabled`: HrWorks will cache it's responses by default. This package disables this by default. Defaults to `false`.
- `auth`: Array to define `accessKey` and `secretAccessKey` which can be obtained from within the HrWorks application. Defaults to ```
    'accessKey' => env('HRWORKS_ACCESS_KEY'),
    'secretAccessKey' => env('HRWORKS_SECRET_ACCESS_KEY'),

    ```
- `api`: Defines the endpoints to the HrWorks Api. Default see `config/config.php`.

Compatibility
-------------

[](#compatibility)

Tested with Laravel 10.x.

License
-------

[](#license)

See [License File](license.md). Copyright © 2024 Jan Bladt.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

845d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af6377eb5c44e90728f87b66923f10a0c7c81c2f05538763a4d1c5dac8a79ceb?d=identicon)[berthott](/maintainers/berthott)

---

Top Contributors

[![berthott](https://avatars.githubusercontent.com/u/3034025?v=4)](https://github.com/berthott "berthott (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/berthott-laravel-hrworks/health.svg)

```
[![Health](https://phpackages.com/badges/berthott-laravel-hrworks/health.svg)](https://phpackages.com/packages/berthott-laravel-hrworks)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
