PHPackages                             hoglandets-it/itop-warn-expiration - 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. hoglandets-it/itop-warn-expiration

AbandonedArchivedItop-extension[Utility &amp; Helpers](/categories/utility)

hoglandets-it/itop-warn-expiration
==================================

Warn about expiration dates on objects

102[1 issues](https://github.com/Hoglandets-IT/itop-warn-expiration/issues)PHP

Since Feb 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Hoglandets-IT/itop-warn-expiration)[ Packagist](https://packagist.org/packages/hoglandets-it/itop-warn-expiration)[ RSS](/packages/hoglandets-it-itop-warn-expiration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

REPO DEPRECATED
===============

[](#repo-deprecated)

**This repo is no longer being updated, and has moved to **iTop Warn Expiration
====================

[](#itop-warn-expiration)

Trigger class to check if a date on a given object is approaching expiration. Adds an additional Trigger to the Notification flow and runs with cron every few hours. Notifies once per object on the following conditions:

- An object of type T (iTop Class, setting per trigger) with the field E (Date or DateTime field, setting per trigger) passes N (Amount of days before date passes, setting per trigger)
- There has been no notification sent for this trigger between now and the date in field E minus N days
- The object is not marked as 'obsolete'

Prerequisites
-------------

[](#prerequisites)

itop-structure/3.0.0 or newer

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

[](#installation)

Unzip the itop-warn-expiration folder into your extensions folder, re-run the setup to install the plugin

Usage
-----

[](#usage)

Notice
------

[](#notice)

If running earlier versions of iTop 3.0.x, you might have to change the following line in action.class.inc.php:

```
# Line 266, function FindRecipients
# Existing:
protected function FindRecipients($sRecipAttCode, $aArgs)
{
    $sOQL = $this->Get($sRecipAttCode);
    if (strlen($sOQL) === 0) return '';
    // ......
}

# Change the following line
if (strlen($sOQL) == '') return '';

# To
if (strlen($sOQL) === 0) return '';
```

###  Health Score

10

—

LowBetter than 0% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity15

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.

### Community

Maintainers

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

---

Top Contributors

[![scheibling](https://avatars.githubusercontent.com/u/24367830?v=4)](https://github.com/scheibling "scheibling (11 commits)")

### Embed Badge

![Health badge](/badges/hoglandets-it-itop-warn-expiration/health.svg)

```
[![Health](https://phpackages.com/badges/hoglandets-it-itop-warn-expiration/health.svg)](https://phpackages.com/packages/hoglandets-it-itop-warn-expiration)
```

###  Alternatives

[components/jqueryui

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

1795.8M57](/packages/components-jqueryui)[clue/graph-composer

Dependency graph visualization for composer.json

93798.0k11](/packages/clue-graph-composer)

PHPackages © 2026

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