PHPackages                             owenvoke/rugby-schedule - 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. [CLI &amp; Console](/categories/cli)
4. /
5. owenvoke/rugby-schedule

ActiveLibrary[CLI &amp; Console](/categories/cli)

owenvoke/rugby-schedule
=======================

Rugby schedules on the command-line

v1.13.0(10mo ago)222[1 issues](https://github.com/owenvoke/rugby-schedule/issues)MITPHPPHP ^8.2CI passing

Since Mar 17Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/owenvoke/rugby-schedule)[ Packagist](https://packagist.org/packages/owenvoke/rugby-schedule)[ Fund](https://ecologi.com/owenvoke?gift-trees)[ GitHub Sponsors](https://github.com/owenvoke)[ RSS](/packages/owenvoke-rugby-schedule/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (24)Used By (0)

Rugby Schedule
==============

[](#rugby-schedule)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a25acb322b93b588ea340e4a1f1154173b32aff631f36e0fc53813c76cf47f99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f77656e766f6b652f72756762792d7363686564756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/rugby-schedule)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Static Analysis](https://camo.githubusercontent.com/1baa97e60e490f595bb897fbcee02ebd0c0a5cf0d52a9553cee08f36f23cf48a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6f77656e766f6b652f72756762792d7363686564756c652f7374617469632e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d537461746963253230416e616c79736973)](https://github.com/owenvoke/rugby-schedule/actions)[![Total Downloads](https://camo.githubusercontent.com/44a54788259e969177f2a969e3b3e2e7fab8f81088cd8f3658de4404788e3541/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f77656e766f6b652f72756762792d7363686564756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/owenvoke/rugby-schedule)[![Buy us a tree](https://camo.githubusercontent.com/910e097fe46a40add8f3484705ecbc26dc047df84b2fef027405f47408023d76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f54726565776172652d2546302539462538432542332d6c69676874677265656e3f7374796c653d666c61742d737175617265)](https://ecologi.com/owenvoke?gift-trees)

**Rugby Schedule** is a command-line tool that keeps you up to date with rugby tournament schedules.

Install
-------

[](#install)

> Requires PHP 8.2 or later

Via Composer

```
composer global require owenvoke/rugby-schedule
```

Via Docker

```
docker run --rm ghcr.io/owenvoke/rugby-schedule:latest
```

Usage
-----

[](#usage)

### Tournaments

[](#tournaments)

The following tournament commands are available:

#### Men's Rugby

[](#mens-rugby)

- `autumn-nations` - [The Autumn Nations Series](https://autumnnationsseries.com)
- `european-challenge` - [The European Challenge Cup](https://epcrugby.com/challenge-cup)
- `european-champions` - [The European Champions Cup](https://epcrugby.com)
- `lions` - [The British &amp; Irish Lions Tour](https://www.lionsrugby.com)
- `premiership` - [The Gallagher Premiership](https://premiershiprugby.com/gallagher-premiership)
- `premiership-cup` - [The Gallagher Premiership Cup](https://premiershiprugby.com/premiership-rugby-cup)
- `six-nations` - [Six Nations](https://sixnationsrugby.com)
- `united-rugby-championship` - [United Rugby Championship](https://www.unitedrugby.com)

#### Women's Rugby

[](#womens-rugby)

- `womens:six-nations` - [Women's Six Nations](https://womens.sixnationsrugby.com)

#### Under-18s Rugby

[](#under-18s-rugby)

- `u18s:premiership` - [Premiership Rugby Under-18s Academy League](https://premiershiprugby.com/under-18-academy-league)

#### Under-20s Rugby

[](#under-20s-rugby)

- `u20s:six-nations` - [Under-20s Six Nations](https://u20.sixnationsrugby.com)

See the output of `rugby-schedule` for all available commands and their usage, or use `--help` to display extended usage information for a specific command.

### Viewing Matches for a Specific Team

[](#viewing-matches-for-a-specific-team)

The `--team` (or `-t`) flag can be used to filter to a specific team (e.g. `--team england`).

This flag is available on all commands, however it may not be supported on all competitions.

### Viewing Calendar Links

[](#viewing-calendar-links)

You can view available calendar links (e.g. Google Calendar, Outlook Calendar) that allow you to add an event to your calendar.

To do this, include the `--include-calendar-links` (or `-c`) flag when calling a command.

### Viewing Past Matches

[](#viewing-past-matches)

By default, past matches are excluded from the output. These can be included if necessary by using the `--include-past` (or `-p`) flag when calling a command.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Owen Voke](https://github.com/owenvoke)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Treeware
--------

[](#treeware)

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees [here](https://ecologi.com/owenvoke?gift-trees).

Read more about Treeware at [treeware.earth](https://treeware.earth).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance43

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity71

Established project with proven stability

 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 ~54 days

Recently: every ~182 days

Total

23

Last Release

326d ago

PHP version history (3 changes)v1.0.0PHP ^8.0

v1.6.0PHP ^8.1

v1.11.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (114 commits)")

---

Tags

clicommand-linelaravel-zerophprugby

### Embed Badge

![Health badge](/badges/owenvoke-rugby-schedule/health.svg)

```
[![Health](https://phpackages.com/badges/owenvoke-rugby-schedule/health.svg)](https://phpackages.com/packages/owenvoke-rugby-schedule)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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