Download the PHP package thebuggenie/thebuggenie without Composer

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

The Bug Genie

Build Status Join the chat at https://gitter.im/thebuggenie/general

The Bug Genie is an enterprise-grade issue-tracking, development and project management system. Main features includes:

... and a lot more!

For up-to-date installation and setup notes, visit the FAQ: https://issues.thebuggenie.com/wiki/TheBugGenie:FAQ

Installation

1: Download and install Composer

The Bug Genie uses a dependency resolution tool called Composer, which must be downloaded and run before The Bug Genie can be installed or used.

Download and install Composer from http://getcomposer.org

2: Install The Bug Genie dependencies

After you have followed the instructions in step 1, run php composer.phar install from the main directory of The Bug Genie. Composer will download and install all necessary components for The Bug Genie, and you can continue to the actual installation as soon as it is completed.

3a: Install via web

Visit the subfolder https://example.com/thebuggenie/public/index.php in your web-browser.

The installation script will start automatically and guide you through the installation process.

3b: Install via command-line (unix/linux only)

You can use the included command-line client to install, if you prefer that. The command line utility can be found in the root folder: $ php ./tbg_cli

To install: $ ./tbg_cli install

REPORTING ISSUES

If you find any issues, please report them in the issue tracker on our website: https://issues.thebuggenie.com

RUNNING PHPUNIT TESTS

By executing composer.phar install --dev during the installation process, phpunit 4.2 will get installed. The phpunit test can be run by the following command:

Development and testing using Vagrant

If you are interested in contributing some code to The Bug Genie, you can get quickly up and running using the provided Vagrant and Ansible configuration. This can save you both time, and reduce the number of software packages you need to install and configure for working with The Bug Genie.

Take note that provided configuration and set-up should not be used in production.

For more details and some introduction see The Bug Genie wiki page.


All versions of thebuggenie with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1|^7.2
thebuggenie/b2db Version ^3.0
swiftmailer/swiftmailer Version 4.2.*
webit/eval-math Version ^1.0
mustangostang/spyc Version 0.5.*
realityking/pchart Version dev-master
phpoffice/phpexcel Version ~1.8
kriswallsmith/assetic Version ~1.2
lib-pcre Version 8.*
net/http Version ^1.1
guzzlehttp/guzzle Version ^6.3
scrivo/highlight.php Version ^9.0
ramsey/uuid Version ^3.7
erusev/parsedown Version ^1.7
ext-apcu Version *
ext-gd Version *
ext-curl Version *
ext-pdo Version *
ext-iconv Version *
ext-json Version *
ext-mbstring Version *
ext-pcre Version *
ext-xml Version *
ext-reflection Version *
ext-zip Version *
easybook/geshi Version v1.0.8.19
league/html-to-markdown Version ^4.8
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 thebuggenie/thebuggenie contains the following files

Loading the files please wait ....