Download the PHP package servergrove/kb-bundle without Composer

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

ServerGroveKbBundle

This bundle allows to easily create a knowledge base application with a few simple steps.

Installation

You need to add the bundle to your composer file. You can easily do so by running the following command:

Add the bundle to your project

There is only one requirement, to add the Bundle instance to your Kernel

Configuration

Configure this bundle

Add the locales you desire to use in your application.

Configure the SecurityBundle

Users

This Bundle provides with a document called User and a service for the user provider, which you can use to manage the access to the admin area. The path to this document is Document/User.php

To complete the user configuration, you need to add the encoder and provider for the mentioned User document.

Encoder

Note that you can use the encoder strategy that you like the most.

Provider

Remember, these are encoder and provider are available in the bundle, but feel free to use your own implementation.

Test Data

In order to use some test data, you have to run the following commands

Application

This section assumes that you have your application installed under kb.local

Frontend

The frontend area is located in the main route /. So you can start navigating the application by opening the following address in your web browser: http://kb.local/

Backend

The backend is located under /admin, so you will have to go to http://kb.local/admin. This is a secure area, so you will have to login with valid credentials. If you are using the test data, then you can access it with admin:abc123


All versions of kb-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
symfony/framework-bundle Version >=2.0,<2.3-dev
codemirror/codemirror Version v2.33
chjj/marked Version v0.2.5
doctrine/phpcr-bundle Version dev-master
doctrine/phpcr-odm Version 1.0.x-dev
doctrine/doctrine-fixtures-bundle Version dev-master
servergrove/translation-editor-bundle Version dev-master
jackalope/jackalope-jackrabbit Version dev-master
knplabs/knp-markdown-bundle Version dev-master
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 servergrove/kb-bundle contains the following files

Loading the files please wait ....