Download the PHP package magicsunday/webtrees-fan-chart without Composer

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

Latest version License CI

Fan chart

This module provides an SVG ancestor fan chart for the webtrees genealogy application.

Installation

Requires Webtrees 2.2.

There are several ways to install the module. The method using composer is suitable for experienced users, as a developer you can also use git to get a copy of the repository. For all other users, however, manual installation is recommended.

Manual installation

To manually install the module, perform the following steps:

  1. Download the latest release of the module.
  2. Upload the downloaded file to your web server.
  3. Unzip the package into your modules_v4 directory.
  4. Rename the folder to webtrees-fan-chart

If everything was successful, you should see a subdirectory webtrees-fan-chart with the unpacked content in the modules_v4 directory.

Now the module has to be activated within Webtrees.

Configuration

Go to the control panel (admin section) of your installation and scroll down to the Modules section. Click on Charts (in subsection Genealogy). Enable the Fan chart custom module (optionally disable the original installed fan chart module) and save your settings.

Usage

At the charts' menu, you will find a new link called Fan chart. Use the provided configuration options to adjust the layout of the charts according to your needs.

Right-clicking on an individual opens a tooltip providing more detailed information of the current individual.

Using Composer

Typically, to install with composer, just run the following command from the command line, from the root of your Webtrees installation.

The module will automatically install into the modules_v4 directory of your Webtrees installation.

To remove the module run:

Then follow the steps described in usage.

Latest version

If you are using the development version of Webtrees (main branch), you may also need to install the development version of the module. For this, please use the following command:

Using Git

If you are using git, you could also clone the current master branch directly into your modules_v4 directory by calling:

Then follow the steps described in usage.

Development

To build/update the javascript, run the following commands:

Run tests


All versions of webtrees-fan-chart with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
ext-dom Version *
fisharebest/webtrees Version ~2.1.0
magicsunday/webtrees-module-installer-plugin Version ^1.3
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 magicsunday/webtrees-fan-chart contains the following files

Loading the files please wait ....