Download the PHP package servergrove/knowledgebase without Composer

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

KnowledgeBase

This is a complete Knowledge Base software built on top of the Symfony2 CMF project, developed and open sourced by ServerGrove. Our website http://kb.servergrove.com is running on this KnowledgeBase software.

Features

Installation

The installation is quite simple, follow these steps:

# Clone git repository

git clone [email protected]:servergrove/KnowledgeBase.git kb.local

cd kb.local

# Install vendor dependencies with Composer

curl -s https://getcomposer.org/installer | php

php composer.phar install

# start jackrabbit server

php app/console doctrine:phpcr:jackrabbit start

# wait a few seconds for the server to initialize and be ready

# setup PHPCR database

php app/console doctrine:phpcr:workspace:create sgkb
php app/console doctrine:phpcr:register-system-node-types
php app/console doctrine:phpcr:fixtures:load

# In production, you will need to dump the asset files

php app/console assetic:dump --env=prod --no-debug

# start web server (PHP 5.4 only)

php app/console  server:run

Once you completed these steps, if you are not using PHP 5.4, setup your web server virtual host to point to kb.local/web.

Access the KB site with either http://localhost:8000 or http://kb.local/

Management

The system includes an administration UI to manage categories and articles. To access it go to http://localhost:8000/admin or http://kb.local/admin

Login with:

Please make sure to change the password immediately.

Contributing

We hope people find this software useful. We also accept contributions through pull requests. If you find any bugs, feel free to open issues on github.

If you have any ideas on how to improve it or add new features, please contact us!

TODO

We still have many features we want to add. Some of these are:


All versions of knowledgebase with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
symfony/symfony Version 2.1.*
doctrine/doctrine-bundle Version 1.0.*
twig/extensions Version 1.0.*
symfony/assetic-bundle Version 2.1.*
symfony/swiftmailer-bundle Version 2.1.*
symfony/monolog-bundle Version 2.1.*
sensio/distribution-bundle Version 2.1.*
sensio/framework-extra-bundle Version 2.1.*
sensio/generator-bundle Version 2.1.*
jms/security-extra-bundle Version 1.2.*
jms/di-extra-bundle Version 1.1.*
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/knowledgebase contains the following files

Loading the files please wait ....