PHPackages                             mazik/wheniwork - 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. mazik/wheniwork

ActiveLibrary[API Development](/categories/api)

mazik/wheniwork
===============

A simple Wheniwork wrapper package for Laravel

v1.0(7y ago)02MITPHPPHP &gt;=7.1.3

Since Aug 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mazik/wheniwork)[ Packagist](https://packagist.org/packages/mazik/wheniwork)[ RSS](/packages/mazik-wheniwork/feed)WikiDiscussions master Synced 3d ago

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

Wheniwork API Wrapper Package for Laravel
=========================================

[](#wheniwork-api-wrapper-package-for-laravel)

About
-----

[](#about)

This is a simple Wheniwork API wrapper package for Laravel that made a life easier to work with the Wheniwork PHP API in Laravel.

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

[](#requirements)

- PHP v7.1.3 or higher
- Laravel v5.6 or higher

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

[](#installation)

You can install this package via Composer using the following command:

```
composer require mazik/wheniwork
```

This package usage Laravel Package Auto-Discovery feature and will register automatically on Laravel v5.5 or higher.

If you are not using Laravel v5.5, you'll need to register the `WheniworkServiceProvider::class` in the `config/app.php` within the `providers` array.

```
'providers' => [
    /*
     * Package Service Providers...
     */

     Mazik\Wheniwork\WheniworkServiceProvider::class,
]
```

Configuration
-------------

[](#configuration)

You can publish the configuration file by using the following command:

```
php artisan vendor:publish --provider="Mazik\Wheniwork\WheniworkServiceProvider" --tag="config"
```

Documentation
-------------

[](#documentation)

- You can find all the available documentation directly on the [Wheniwork API Reference guide](http://dev.wheniwork.com).
- You can find the usage example on [Wheniwork official PHP API repository](https://github.com/dolfelt/wheniwork-api-php).

You can resolve the class instance using `make` method:

```
app()->make(Wheniwork::class);
```

Alternatively, use dependency injection directly into the controller constructor:

```
use Wheniwork;

public function __construct(Wheniwork $wheniwork)
{
    $this->wheniwork = $wheniwork;
}
```

Credits
-------

[](#credits)

- [Md Mazedul Islam Khan](https://github.com/iamazik)

Support Us
----------

[](#support-us)

Mazik is a software development agency based in Dhaka, Bangladesh. We're currently focusing on open source contribution. So, any help would be appreciated.

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2824d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d8424aedf2ac4269d4d14edeb9dafbeb249a5319175b7ccdd5227a1f0138715?d=identicon)[mazik](/maintainers/mazik)

---

Top Contributors

[![mmikhan](https://avatars.githubusercontent.com/u/8946603?v=4)](https://github.com/mmikhan "mmikhan (1 commits)")

---

Tags

apilaravelwheniworkwrapper-apiwheniworkwheniwork-apiwheniwork-api-for-laravel

### Embed Badge

![Health badge](/badges/mazik-wheniwork/health.svg)

```
[![Health](https://phpackages.com/badges/mazik-wheniwork/health.svg)](https://phpackages.com/packages/mazik-wheniwork)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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