Download the PHP package tikiwiki/tiki-manager without Composer

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

Tiki Manager

Installation

There are four options

Via WikiSuite: https://wikisuite.org/How-to-install-WikiSuite

Standalone https://doc.tiki.org/Manager#Installation

As a Tiki Package https://doc.tiki.org/Tiki-Manager-Package

Using a PHP Archive file (tiki-manager.phar). See later in this README file for more informations.

Configuration

To easily configure Tiki Manager, copy the .env.dist file to .env and insert your configurations for the uncommented (#) entries.

Version Control System

Tiki Manager by default uses Git and the main public repository at https://gitlab.com/tikiwiki/tiki. If you want to use SVN as your default vcs (but you shouldn't as SVN is deprecated) or another repository please add the following lines to your .env file.

Behind a Proxy or without internet connection

Tiki Manager is able to use Tiki's distributed version packages as an alternative when there is no connection to external servers like GitLab or SourceForge.

Setting the default VCS to src, Tiki Manager will use existing packages in the data/tiki_src folder (default).

Download the distributed Tiki packages, from https://sourceforge.net/projects/tikiwiki/files/, and save them into data/tiki_src folder.

Email settings

To configure Tiki Manager email sender address add the following line to your .env file.

Configure SMTP Server

By default Tiki Manager uses sendmail to send email notifications. If you intend to use SMTP instead, add the following lines to your .env file.

Documentation

Documentation is at Tiki Documentation - Manager.

Releases

Tiki-manager releases are available on Gitlab - Tiki-manager releases.

Those release are automatically build by the Gitlab CI/CD when a new version tag is added. Only project maintainers can add such tags.

You can access the latest release description by using this permalink: https://gitlab.com/tikiwiki/tiki-manager/-/releases/permalink/latest

Using the PHP Archive tiki-manager.phar

You can download a PHP Archive file to use tiki-manager.phar as a single executable.

Those archive are available in following places:

To get the latest released tiki-manager.phar you can use this permalink: https://gitlab.com/tikiwiki/tiki-manager/-/releases/permalink/latest/downloads/tiki-manager.phar

Just download it in a working directory, and run it using php tiki-manager.phar, or make the file executable and run ./tiki-manager.php.

Prerequisite: you must have composer installed on your system. You can alternatively put the composer.phar executable in the same directory as tiki-manager.phar, or use the COMPOSER_PATH environment variable to specify the path to the composer executable.

You can customize the configuration by adding a .env file in the same directory as tiki-manager.phar.

Note: avoid putting the file in a directory where you have another Symfony project source files. It could interfere.

Here is an example on how you can initiate tiki-manager.phar:

Contributing

Thanks for your interest in contributing! Have a look through our issues section and submit a merge request.


All versions of tiki-manager with dependencies

PHP Build Version
Package Version
Requires ext-bz2 Version *
ext-json Version *
ext-pdo Version *
composer/semver Version ^3.2
dragonmantank/cron-expression Version ^3.0
gitonomy/gitlib Version ^1.2
laminas/laminas-mail Version ^2.12
laminas/laminas-servicemanager Version ^3.4
monolog/monolog Version ^1.26 || ^2.0 || ^3.0
php Version ^7.4 || ^8.0
phpseclib/phpseclib Version ^3.0
psr/log Version ^1.1 || ^2.0 || ^3.0
symfony/console Version ^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0
symfony/dependency-injection Version ^4.4 || ^5.0 || ^6.0 || ^7.0
symfony/event-dispatcher Version ^4.1 || ^5.0 || ^6.0 || ^7.0
symfony/http-client Version ^4.1 || ^5.0 || ^6.0 || ^7.0
symfony/dotenv Version ^4.3 || ^5.0 || ^6.0 || ^7.0
symfony/finder Version ^4.4 || ^5.0 || ^6.0 || ^7.0
symfony/filesystem Version ^3.4 || ^4.1 || ^5.0 || ^6.0 || ^7.0
symfony/process Version ^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0
symfony/yaml Version ^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.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 tikiwiki/tiki-manager contains the following files

Loading the files please wait ....