Download the PHP package ikkentim/wikiclone without Composer

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

WikiClone

Packagist Packagist

Mirror your GitHub wiki with ease.

This Laravel 5 packages allows you to easily mirror the documentation on your GitHub wiki. This package has a simple configuration file and one single customizable view to allow you to have full control over the presentation of your documentation.

Installation

Storage

By default the wiki storage provider will be used by WikiClone. You can create this storage provider under disks in config/filesystems.php. For example:

If you wish to use a different storage provider, set its name to the storage_provider value in config/wikiclone.php.

Repository Types

WikiClone supports 3 repository types:

GitHub Wiki

In order to have WikiClone mirror a GitHub wiki, configure your wikiclone.php as follows:

In order to automatically update the WikiClone website after each edit, you can configure a webhook:

GitHub Repository

In order to have WikiClone mirror an entire GitHub repository containing markdown files, configure your wikiclone.php as follows:

In order to automatically update the WikiClone website after each edit, you can configure a webhook:

Any Repository

Follow the same steps as for "GitHub Repository", except:

Tags and Branches

If tags is set to true in the configuration file, multiple tags and branches can be mirrored, for example to reflect the documentation of different versions of your product. Please note this feature can only be used for repositories of type "github_repository" or "repository".

Blacklisting

If you wish for certain branches or tags to not be mirrored, you can add them to the branches_blacklist or tags_blacklist in your configuration file.

Whitelisting

If you wish for only certain branches or tags to be mirrored. You can set an array as the value of the branches_whitelist and tags_whitelist:

The same goes for branches_whitelist.

URLs and routes

URL prefix

If you host other content on your Laravel web application, you can set a prefix for the routes using the url_prefix configuration value. If set to /wiki, requests to https://example.com/wiki/Example-Page will return the wiki page for Example Page.

Manual routes

If you wish to manually set the routes, set the url_prefix configuration value to null and add the following routes to your routes file:

Middleware

If you wish for the WikiClone rotues to be using some middleware, add the middleware names to the middleware array in the configuration file.


All versions of wikiclone with dependencies

PHP Build Version
Package Version
Requires gitonomy/gitlib Version ^0.1.7
michelf/php-markdown Version ^1.5
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 ikkentim/wikiclone contains the following files

Loading the files please wait ....