PHPackages                             aebersold/stundenplan - 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. aebersold/stundenplan

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

aebersold/stundenplan
=====================

ZHAW course schedule for the command line

1.0.1(11y ago)036[2 issues](https://github.com/aebersold/stundenplan/issues)GPLv3PHP

Since Nov 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/aebersold/stundenplan)[ Packagist](https://packagist.org/packages/aebersold/stundenplan)[ Docs](http://github.com/aebersold/stundenplan)[ RSS](/packages/aebersold-stundenplan/feed)WikiDiscussions master Synced 1mo ago

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

stundenplan
===========

[](#stundenplan)

stundenplan is a command line client for the ZHAW course schedule. It makes use of the ZHAW CampusInfo API (v. 1.5) by Andreas Ahlenstorf. You need a valid ZHAW-username.

```
$ stundenplan aebersim

Today's timetable for aebersim
+-------+-------+-----------+--------+
| Start | End   | Course    | Room   |
+-------+-------+-----------+--------+
| 08:00 | 09:35 | t.PHIT-V  | TP 408 |
| 10:00 | 11:35 | t.PHIT-P  | TP 212 |
| 10:00 | 11:35 | t.CTIT1-P | TE 507 |
| 12:50 | 14:45 | t.PHIT-P  | TP 212 |
| 12:50 | 14:45 | t.SWEN1-P | TH 553 |
+-------+-------+-----------+--------+

```

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

[](#installation)

You can install stundenplan with the composer dependency manager. This is very straightforward, if you have composer installed it's enough to type `composer global require 'aebersold/stundenplan:1.*'`. Here ist the step-for-step guide:

- [Install Composer globally](https://getcomposer.org/doc/00-intro.md#globally).
- Make sure Composer's global executable directory is in your system's PATH:

    ```
      for FILE in $HOME/.bashrc $HOME/.bash_profile $HOME/.bash_login $HOME/.profile; \
      do if [ -f $FILE ]; then \
      printf '\nexport PATH="$HOME/.composer/vendor/bin:$PATH"' >> $FILE && . $FILE; \
      break; fi; done

    ```
- Install the latest stable version of the CLI:

    ```
      composer global require 'aebersold/stundenplan:1.*'

    ```

Usage
-----

[](#usage)

You can run the stundenplan in your shell by typing `stundenplan`.

```
    stundenplan username

```

Optionally, you can specify a date.

```
    stundenplan username 2014-11-11

```

PROTIP: alias stundenplan to something like `alias today='stundenplan username'`.

Commands
--------

[](#commands)

```
stundenplan: ZHAW course schedule for the command line.

Useage:
  stundenplan username [date]

  username:  zhaw username
  date:      date in format YYYY-MM-DD | tomorrow

```

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3.0 with curl enabled

License
-------

[](#license)

Copyright (C) 2014 Simon Aebersold [@saebersold](https://twitter.com/saebersold)

stundenplan is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

stundenplan is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

4209d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bd4c088b606cdadc2581b4ce4be1d340a2d14340c1d11e672a5024e55e1d493?d=identicon)[aebersold](/maintainers/aebersold)

---

Top Contributors

[![aebersold](https://avatars.githubusercontent.com/u/1629126?v=4)](https://github.com/aebersold "aebersold (9 commits)")

---

Tags

zhaw

### Embed Badge

![Health badge](/badges/aebersold-stundenplan/health.svg)

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

###  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)
