# jolicode/JoliNotif

🖥️ Send notifications to your desktop directly from your PHP script

Repository: https://github.com/jolicode/JoliNotif
Canonical: https://ross.abutalabs.com/products/jolinotif
Homepage: http://jolicode.com/blog/desktop-notification-in-php
Language: PHP
License: MIT
License Family: permissive
Topics: php, notifier, notify, desktop-notifications, hack, hacktoberfest
Last push: 2026-08-04T12:02:00+00:00

## Health v2 (maintenance only)
Score: 88/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 70, longevity 100
- inputs: {"age_days": 4203, "days_push": 29, "days_rel": 42, "gap_med": 115.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1443, forks 100 (observed 2026-08-28T04:04:44.874987+00:00)

## What it is
JoliNotif is a cross-platform PHP library for displaying desktop notifications from CLI scripts, supporting Linux, Windows (including WSL), and macOS. It auto-detects the best available notifier on the system and also ships a CLI executable for sending notifications from the shell.

## Use cases
- send desktop notifications from a PHP script
- notify me when a long-running CLI task finishes
- show desktop alerts from a CRON job
- cross-platform notifications in PHP on Linux, macOS and Windows
- send a notification from the command line
- alert the user when tests or deployment complete

## When to choose
- you need desktop notifications from PHP CLI scripts across multiple operating systems
- you want automatic detection of the best native notifier per platform
- you need a simple CLI binary to trigger notifications from shell scripts or CRON

## When to avoid
- you need notifications in a web context (FPM) - the library explicitly does not support this
- you need mobile or push notifications rather than desktop ones
- your project runs PHP below 8.3 and you cannot use older releases

## Facets
- artifact type: library
- maturity: active
- function: gui, cli, developer-tools
- domain: desktop-applications, developer-tools, cross-platform
- platform: windows, php, cli, cross-platform
- tags: desktop-notifications, php-library, notify-send, terminal-notifier, cron-notifications, automation, linux, macos

## Member repositories
- jolicode/JoliNotif (main) score 88

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.874987+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:21.215727+00:00, confidence not recorded.
  - readme: https://github.com/jolicode/JoliNotif (fetched 2026-08-28T04:04:44.874987+00:00, sha 05925083e421)
  - homepage: http://jolicode.com/blog/desktop-notification-in-php (fetched 2026-08-29T11:46:31.090659+00:00, sha 373617414298)
- Data as of 2026-08-30T08:39:29.467469+00:00.
