Download the PHP package immrdimm/docketwiki without Composer

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

DocketWiki

Version Total Downloads License

DocketWiki

See demo here DocketWiki

About

DocketWiki is simple and static documentation for your project or knowledge base

DocketWiki based on MD-files without Database

You do not need powerfull server, database and difficult settings to start

Download archive, upload and unzip on your server. That's all

Based on ParseDown and ParseDown Extra by Emanuil Rusev

Full support of HTML tags and markdown

How To

Getting Started

Before you start, check requirements page

Requirements

The DocketWiki has a few system requirements.

You should ensure that your web server has the following minimum PHP version and extensions:

Install

Unpack .zip-file into your webserver folder.

That's all!

Files, Directories and Structure of DocketWiki

Configuration

All settings of your DocketWiki placed on config.json at root-folder

You can use config.json of this demo or rename config_example.json and place your changes.

Config structure

Config contain:

Main settings

First block of settings contain next code:

where is:

Sidebar navigation settings

Sidebar navigation settings contain an array with all menu-items like this:

where is:

Subtitle item

Subtitle item - simple text without links, icons etc.

Menu item

Menu item - link to page of DocketWiki

Elements

Headings

Texts and other

Paragraphs

You can create a new paragraph by leaving a blank line between lines of text.

Styling text

Main styles of text do you need below:

Style Syntax Example Output
Bold ** ** ** Bold text ** Bold text
Italic * * * Italic text * Italic text
Strikethrough \~\~ \~\~ \~\~ Mistaken text \~\~ Mistaken text
Bold and nested italic ** ** and _ _ ** Bold and _ italic _ text ** Bold and italic text
All bold and italic *** *** *** Totaly bold and italic *** Totaly bold and italic

Blockquote

How to use:

Code block

To format code or text into its own distinct block, use triple backticks

Place your code here

Links

How to use:

Footnotes

How to use:

Lists

Unordered list

Ordered list

Nested list

You can create nested list:

Tables

Standart table using like this:

Images

How to use:

Alerts

DocketWiki exists some custom alerts

Example:

Available types of notices:

Accordeon

If you want to hide some content into accordeon, you can place this code:

Icons

DocketWiki uses Feather Icon Pack for styling your sidebar-menu.

HTML tags

DocketWiki has full support of custom HTML-tags

You can place something like this:


All versions of docketwiki with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3.0
ext-mbstring Version *
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 immrdimm/docketwiki contains the following files

Loading the files please wait ....