Download the PHP package kalaxia/scrumban-bundle without Composer

On this page you can find all versions of the php package kalaxia/scrumban-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 scrumban-bundle

Scrumban Bundle

Scrutinizer Code Quality Code Coverage Build Status

This Symfony bundle imports your Scrum project data into your application.

You can retrieve your epics and your user stories from Trello boards (soon Github, Gitlab, and other boards as well !) and then use it as you like !

For example, you can display on your website the roadmap of your project, or your current sprint work.

Installation

You can use Composer to install the project:

Configuration

After enabling the bundle, you can configure it with the following YAML lines:

Columns are mapped to associate their cards to a precise story type and status.

This bundle comes with a default mapping, which you can rather extend or override.

The default mapping is:

Synchronize with your board

You can use the following command with the configured board name to import your user stories:

It will update the existing user stories in your database, and create the others.

Sprints

This bundle allows you to create your sprints, with data such as begin and end dates, demonstration URL, and later more will certainly be added.

You can use the bundle command

Or directly implement the manager in your code:

Sprints will conflict if they have dates in common. An exception will be thrown in this case.

When you synchronize your board, the cards in columns associated to certain statuses will be associated to the current sprint if you have created sprints.

The default statuses are:

For now, this is not overridable, but it will be in the future.

Contributions

Do not hesitate to open issues if you have any questions, feedbacks, ideas, or if you encounter some bugs with the bundle.

It is rather new for the moment so it's obviously not perfect, and contributions are very welcome :-) !

Unleash the might of open-source community :D !


All versions of scrumban-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
symfony/framework-bundle Version ^3.0||^4.0
doctrine/common Version ^2.9
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 kalaxia/scrumban-bundle contains the following files

Loading the files please wait ....