Download the PHP package sokil/task-tracker-bundle without Composer

On this page you can find all versions of the php package sokil/task-tracker-bundle. 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 task-tracker-bundle

TaskStockBundle

Total Downloads Daily Downloads

Task tracker bundle

Installation

Add dependency to composer:

Configuration

This bundle depends from other bundles, which also require configuration. If you yet not using it, configure them:

Basic bundle configuration

1) Add bundle to AppKernel:

2) Define required parameters in ./app/config/parameters.yml.dist:

3) Add roles to role hierarchy in file ./app/config/security.yml:

4) Register routing in ./app/console/routing.yml:

5) Bundle uses assetic so you need to register it in assetic config and do some configuration:

Paramater varailbes passes some valiables to assets, tham will be used to build path to assets.

Configuring SPA

This bundle uses FrontendBundle for building frontend, so configure SPA, and add some dependencies to it:

Configuring file storage

This bundle uses FileStorageBundle to handle file uploads.

You need to configure some filesystem to handle uploads, for example task_stock.attachments. Add to your ./app/config/config.yml:

Then add this filesystem to bundle's config at ./app/config/config.yml:

Configuring task states

Task belongs to some category: Bug, Enhancement, Feature, Design, etc. Different categories of tasks may have different state flows. Bug may have states New, In Progres, Test, Resolved, and Design may have states New, Prototyping, Drawing, Markup, Resolved. This groups of states called Schema. Task with category Design may be related to Drawing schema, and tasks Bug, Feature may be relared to Development schema.

Add schema configuration to your ./app/config/config.yaml:


All versions of task-tracker-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6 || ^7.0
sokil/file-storage-bundle Version ^0.1.7
sokil/user-bundle Version ^0.2.19
sokil/notification-bundle Version ^0.3.2
sokil/frontend-bundle Version ^0.12.3
sokil/php-diff Version ~0.3
sokil/php-state Version ^0.5.1
sokil/php-upload Version ^0.6.4
sokil/php-symfony-validator-converter Version ^1.0.2
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 sokil/task-tracker-bundle contains the following files

Loading the files please wait ....