Download the PHP package lucasaba/gitlab-time-track.git without Composer

On this page you can find all versions of the php package lucasaba/gitlab-time-track.git. 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 gitlab-time-track.git

Build Status Coverage Status

Gitlab TimeTrack 2

A Symfony project to display time track info from Gitlab Projects

Version 2 upgrades symfony and Docker environment

Installation

ALl the project is already configured to work with docker. First you'll have to check that docker and docker-compose are installed on your system.

Then, you need to copy the docker-compose.override.yml.dist to docker-compose.override.yml and update its values:

The gitlab token can be obtained at https://your.gitlab.server.host/profile/personal_access_tokens

The first time, you'll need to build the environment, install dependencies and create the DB. There's a convenient make script that will do al this for you:

After the first time, you'll only need to issue the following command:

To have a list of the available commands, just type

Head to http://localhost:8080

Usage

Update the projects list. Then update a project's issues.

That's all!


All versions of gitlab-time-track.git with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5
ext-ctype Version *
ext-iconv Version *
ext-json Version *
eightpoints/guzzle-bundle Version ^8.0
kevinpapst/adminlte-bundle Version ^3.2
knplabs/knp-snappy-bundle Version ^1.7
sensio/framework-extra-bundle Version ^5.1
symfony/asset Version 5.0.*
symfony/cache Version 5.0.*
symfony/console Version 5.0.*
symfony/dotenv Version 5.0.*
symfony/expression-language Version 5.0.*
symfony/flex Version ^1.3.1
symfony/form Version 5.0.*
symfony/framework-bundle Version 5.0.*
symfony/http-client Version 5.0.*
symfony/intl Version 5.0.*
symfony/mailer Version 5.0.*
symfony/monolog-bundle Version ^3.1
symfony/notifier Version 5.0.*
symfony/orm-pack Version *
symfony/process Version 5.0.*
symfony/security-bundle Version 5.0.*
symfony/serializer-pack Version *
symfony/string Version 5.0.*
symfony/translation Version 5.0.*
symfony/twig-pack Version *
symfony/validator Version 5.0.*
symfony/web-link Version 5.0.*
symfony/yaml Version 5.0.*
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 lucasaba/gitlab-time-track.git contains the following files

Loading the files please wait ....