PHPackages                             xlith/payday - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xlith/payday

ActiveDrupal-custom-module[Utility &amp; Helpers](/categories/utility)

xlith/payday
============

Provides salary and bonus pay dates for the rest of the year.

v0.0.1(4y ago)06MITPHP

Since Feb 28Pushed 4y ago1 watchersCompare

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

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

PAYDAY
======

[](#payday)

This is a small [Drupal](https://www.drupal.org) module to help a fictional company determine the dates they need to pay salaries to their sales department.

This module integrates with [Drush](https://www.drush.org/) and creates a new drush command that can be invoked through terminal.

- This module heavily depends on [Carbon](https://carbon.nesbot.com/) library.
- For business logic see service class at \\Drupal\\payday\\Services\\Payday
- And finally code is documented with comments and DocBlocks. If you are confused at any stage feel free to ask.

REQUIREMENTS
------------

[](#requirements)

- Drupal 9
- drush
- php 7.3

INSTALL
-------

[](#install)

```
$ composer require xlith/payday
$ drush pm-enable payday
```

USAGE
-----

[](#usage)

### SCHEDULE

[](#schedule)

```
Generate payday schedule until the end of this year.

Examples:
  drush payday:schedule schedule.csv This will create the csv data and write it in a file named schedule.csv.
  drush payday:schedule              This will create a csv data and output to the stdout.

Arguments:
  [filename] Filename for CSV file. (Write including the file extension.) If this parameter is omitted output will be stdout.

Aliases: pds

```

### INFO

[](#info)

```
Outputs info about the payday module.

Examples:
  drush payday:info Outputs info about the payday module.

Options:
  --format=FORMAT Format the result data. Available formats: csv,json,list,null,php,print-r,sections,string,table,tsv,var_dump,var_export,xml,yaml [default: yaml]
  --fields=FIELDS Limit output to only the listed elements. Name top-level elements by key, e.g. "--fields=name,date", or use dot notation to select a nested element, e.g. "--fields=a.b.c as example".
  --field=FIELD   Select just one field, and force format to *string*.

Aliases: pdi

```

TESTS
-----

[](#tests)

In order to run the unit-tests module must be installed in a Drupal instance and this particular instance must be set accordingly. Please refer to the Drupal Unit Tests guide for more detailed info.

```
phpunit --configuration phpunit.xml modules/payday/tests
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

1586d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/510560?v=4)[Civan Yavuzşen](/maintainers/xlith)[@xlith](https://github.com/xlith)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/xlith-payday/health.svg)

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

###  Alternatives

[illuminate/support

The Illuminate Support package.

630113.0M41.3k](/packages/illuminate-support)[spatie/holidays

Calculate public holidays

402860.1k2](/packages/spatie-holidays)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293952.6k33](/packages/craftcms-feed-me)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[farmos/farmos

A web-based farm record keeping application.

1.3k7.1k1](/packages/farmos-farmos)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46855.5k5](/packages/pimcore-data-importer)

PHPackages © 2026

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