PHPackages                             programic/laravel-hoorayhr - 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. programic/laravel-hoorayhr

ActivePackage[API Development](/categories/api)

programic/laravel-hoorayhr
==========================

Wrapper for the HoorayHR API

v1.0.0(4y ago)017proprietaryPHP

Since Aug 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/programic/laravel-hoorayhr)[ Packagist](https://packagist.org/packages/programic/laravel-hoorayhr)[ RSS](/packages/programic-laravel-hoorayhr/feed)WikiDiscussions main Synced today

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

Programic - HoorayHR API
========================

[](#programic---hoorayhr-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/92f8c47fbf066474b64caf8fbb69bd886521fd5b71aac4bfc3a61d3f65221a63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f6772616d69632f6c61726176656c2d686f6f72617968722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/programic/laravel-hoorayhr)[![](https://github.com/programic/laravel-hoorayhr/workflows/Run%20Tests/badge.svg?branch=master)](https://github.com/programic/laravel-hoorayhr/workflows/Run%20Tests/badge.svg?branch=master)[![Total Downloads](https://camo.githubusercontent.com/1488d5c8743aff9ae9a6fed09114d9862fa4ca8416ac2a53dcc6a7c35885a217/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f6772616d69632f6c61726176656c2d686f6f72617968722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/programic/laravel-hoorayhr)

This package is a wrapper for the HoorayHR API

### Installation

[](#installation)

This package requires PHP 7.2 and Laravel 5.8 or higher.

```
composer require programic/permissions

```

### Setup

[](#setup)

Add Hooray credentials to `config/services.php`

```
return [
    'hooray' => [
           'username' => env('HOORAY_USERNAME', '')
           'password' => env('HOORAY_PASSWORD', '')
    ],
];
```

And update .env credentials.

### Basic Usage

[](#basic-usage)

```
use Programic\Hooray\HoorayHR;

public function index(HoorayHR $hooray) {
    // Fetch users
    $hooray->getUsers();

    // Fetch & filter calendars
    $hooray->getCalenders(['year' => 2021, 'userId' => 1]);
}
```

### Extended Credentials

[](#extended-credentials)

You can update the HoorayHR credentials per auth user. This is possible to add the following in a Service Provider:

```
use Programic\Hooray\HoorayHR;

$this->app->resolving(HoorayHR::class, function ($hooray) {
    $hooray->setCredentials('username', 'password');
});
```

### Testing

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Rick Bongers](https://github.com/rbongers)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

1731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04de5632caf547d8dfa4ffbfac25d0538f92f1e9d52d2f91a2d1d6f17a9561a5?d=identicon)[Programic](/maintainers/Programic)

---

Top Contributors

[![rick-bongers](https://avatars.githubusercontent.com/u/67374906?v=4)](https://github.com/rick-bongers "rick-bongers (3 commits)")

### Embed Badge

![Health badge](/badges/programic-laravel-hoorayhr/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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