Download the PHP package dontdrinkandroot/gitki-bundle without Composer
On this page you can find all versions of the php package dontdrinkandroot/gitki-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package gitki-bundle
gitki-bundle
About
Symfony Bundle that allows you to easily integrate a git based wiki into you project.
This project is currently in alpha state. It is working but changes happen frequently.
Features
- Git based
- Fully integrated markdown support (commonmark)
- Optional elasticsearch integration
- Minimal configuration
- Easy to extend
- Easy to integrate
Installation
Install via composer:
Enable the bundle by adding the following line in the file of your project:
To use this bundle in your project the User class handed to the bundle must implement the . Fortunately this is compatible with the FOSUserBundle.
Configuration
Configure the bundle in the . At least the repository path is required which must point to a git repository which is initialized and readable/writeable by the webserver.
Add the routing to the :
Development
Run elasticsearch in docker locally:
docker run -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.16.3
All versions of gitki-bundle with dependencies
symfony/finder Version ^3.3
symfony/form Version ^3.3
symfony/framework-bundle Version ^3.3
symfony/twig-bundle Version ^3.3
symfony/twig-bridge Version ^3.3
symfony/asset Version ^3.3
symfony/templating Version ^3.3
symfony/translation Version ^3.3
symfony/validator Version ^3.3
dontdrinkandroot/utils Version 0.4.*,>=0.4.3
cpliakas/git-wrapper Version ^1.2
league/commonmark Version ^0.17
webuni/commonmark-table-extension Version ^0.8