Download the PHP package lrackwitz/mite-client without Composer
On this page you can find all versions of the php package lrackwitz/mite-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lrackwitz/mite-client
More information about lrackwitz/mite-client
Files in lrackwitz/mite-client
Download lrackwitz/mite-client
More information about lrackwitz/mite-client
Files in lrackwitz/mite-client
Vendor lrackwitz
Package mite-client
Short Description A mite client for time tracking with the console.
License GPL-3.0
Package mite-client
Short Description A mite client for time tracking with the console.
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package mite-client
A mite client for your console
A console based mite client.
Please note that this software is still under heavy development and can change anytime you do a
composer update
.
Installation
- Download Composer:
curl -sS https://getcomposer.org/composer.phar -o composer.phar
- Install:
php composer.phar global require lrackwitz/mite-client
Configuration
Execute mite list
and follow the instructions.
You need to have a registered mite account.
Go to https://<your account name>.mite.yo.lk/myself
to get your personal mite API key.
Example of the config.yml to create:
parameters:
mite.account_name: Your account name goes here
mite.api_key: Your api key goes here
Usage
- To see all available commands:
mite list
- To add a time entry:
mite create [options]
- To edit a time entry:
mite edit <id> [options]
- To delete a time entry:
mite delete <id>
- To split a time entry into more time entries:
mite split <id> <number_new_entries>
- To start the tracker for a time entry:
mite start <id>
- To stop the tracker for a time entry:
mite stop <id>
- To show a list of time entries:
mite times [options]
- To get information about your account:
mite account:read
- To get information about the logged in user:
mite account:myself
Author
Lars Rosenberg - [email protected]
License
This mite client is licensed under the GPLv3 License - see the LICENSE file for details.
All versions of mite-client with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
^3.1
symfony/http-foundation Version ^3.1
symfony/dependency-injection Version ^3.1
symfony/yaml Version ^3.1
symfony/config Version ^3.1
guzzlehttp/guzzle Version ^6.0
symfony/http-foundation Version ^3.1
symfony/dependency-injection Version ^3.1
symfony/yaml Version ^3.1
symfony/config Version ^3.1
guzzlehttp/guzzle Version ^6.0
The package lrackwitz/mite-client contains the following files
Loading the files please wait ....