Download the PHP package sigma-z/simtt without Composer

On this page you can find all versions of the php package sigma-z/simtt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package simtt

Simtt - Interactive Simple Time Tracker for the CLI in PHP

Latest Stable Version Minimum PHP Version CI Status

Read the full documentation

The project was inspired by badcrocodile/cltt.

Getting started

Start timer and Status

Start timer and Status

What have I done today?

day and day sum

What did I do yesterday?

yesterday and yesterday sum

Installation

$ composer create-project sigma-z/simtt

Linux/MacOS

$ ./simtt --version

Windows

$ php simtt --version

Implemented features

This is an early project state. At the moment the tool can do:

Limitations

Quick feature overview

Usage ./simtt -i to run the Simple Time Tracker in interactive mode. You then can run a lot of commands directly by typing and pressing <enter>:

start [time<hhmm|hh:mm>] [task-name]

starts a timer at a given time for a named task. Note: time and task name can be left blank.

  • [x] implemented

start* [time<hhmm|hh:mm>] [task-name]

updates the start of last log entry. Note: time and task name can be left blank.

  • [x] implemented

stop [time<hhmm|hh:mm>] [task-name]

stops a timer at a given time for a named task. Note: time and task name can be left blank, a given task name will overwrite the task name given at the start.

  • [x] implemented

stop* [time<hhmm|hh:mm>] [task-name]

updates the stopping time of last log entry. Note: time and task name can be left blank.

  • [x] implemented

continue [time<hhmm|hh:mm>]

continues last stopped task for a given time.

  • [x] implemented

status

shows status whether a task is running, or not.

  • [x] implemented

now

shows current time (which can be different because of your configuration - see config precision)

  • [x] implemented

task[-offset] [<string>task-name]

updates a task text for a specified or currently running task. See also the documentation.

  • [x] implemented

comment[-offset] [<string>comment]

updates a comment for a specified or currently running task. See also the documentation.

  • [x] implemented

tasks

shows a list of the latest time tracked tasks

  • [x] implemented

log [range-selection<int>]

shows the latest log entries by range.

  • [x] implemented

day [sum]

shows the log entries of today. If "sum" is defined, it shows the log entries summarized.

  • [x] implemented

day-1 [sum] or yesterday [sum]

shows the log entries of yesterday. If "sum" is defined, it shows the log entries summarized.

  • [x] implemented

day-n [sum]

shows the log entries for n-days before today. If "sum" is defined, it shows the log entries summarized.

  • [x] implemented

You can do the same type of output for week and month.


All versions of simtt with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
symfony/console Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/config Version ^6.0
symfony/yaml Version ^6.0
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sigma-z/simtt contains the following files

Loading the files please wait ....