PHPackages                             travelport-czech/tpcrontools - 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. travelport-czech/tpcrontools

ActiveLibrary

travelport-czech/tpcrontools
============================

Tool for manage cron jobs.

1.0.1(6y ago)12.7kMITPython

Since Feb 15Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Travelport-Czech/tpcrontools)[ Packagist](https://packagist.org/packages/travelport-czech/tpcrontools)[ RSS](/packages/travelport-czech-tpcrontools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

tpcrontools
===========

[](#tpcrontools)

- [cronctl](#cronctl) - Add or remove jobs from user's crontab

cronctl
-------

[](#cronctl)

```
usage: cronctl [-h] (--list | --add TYPE | --remove) [-f] path [path ...]

Tool for manage jobs in crontab

positional arguments:
  path         Path to folder with job scripts

optional arguments:
  -h, --help   show this help message and exit
  --list       List all robots sorted by type
  --add TYPE   Add jobs of the appropriate type from the specified path
  --remove     Remove all jobs with given path
  -f, --force  Store changes into crontab without confirmation

Example of job file header:
  #!/usr/bin/env bash

  #PT:cron:10 1,2,3,4 * * *
  #PDI:cron:40 5,6,7,8 * * *

With this example "cronctl --add I /robots/scripts" adds to the current user's crontab row:
40 5,6,7,8 * * * /robots/scripts/example.sh

```

For example, if you want to add production jobs from folder /opt/robots

```
  cronctl --add P /opt/robots

```

if we want to uninstall all jobs from folder /opt/alpha/robots (because our application moves from alpha to beta stage):

```
  cronctl -f --remove /opt/alpha/robots

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

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

Every ~5 days

Total

2

Last Release

2278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cb21a92e38fbe9525b9ed58e2515215004b27b41b5db1226ebf67289a172859?d=identicon)[srbt](/maintainers/srbt)

---

Top Contributors

[![srbt](https://avatars.githubusercontent.com/u/8090960?v=4)](https://github.com/srbt "srbt (6 commits)")

### Embed Badge

![Health badge](/badges/travelport-czech-tpcrontools/health.svg)

```
[![Health](https://phpackages.com/badges/travelport-czech-tpcrontools/health.svg)](https://phpackages.com/packages/travelport-czech-tpcrontools)
```

PHPackages © 2026

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