Download the PHP package libra/libra-cms without Composer

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

[CMS]: Content Management System [DB]: DataBase

Libra CMS

ZF2 based CMS that allows easy creation of your own website with necessary tools like article menagment.
It's easy to add articles, edit using a WYSIWYG editor, and upload images into articles with built-in zooming (For this just set image class="zoom" and specify different size from original).
Libra provides an administration aware application. To utilize this functionality:

Concepts

Installation

Using Composer (recommended, updated)

  1. Download if necessary composer.phar and run php composer.phar create-project libra/libra-cms libra-cms dev-master
  2. Go to installed dir libra-cms. Copy config/autoload/local.php.dist files to local.php and update the parameters with your specific DB name and user name/password. Export SQL from data/libra-cms.sql to DB.
  3. Run php -S localhost:8080 -t public (assuming that you are inside installed folder).
  4. Enjoy!

Default administration user: admin, pass: libra-cms.

Configuration:

  1. Add write permissions for running script user to: public/images/stories to save images during article editing.
  2. Change pubic/robots.txt file to fit your needs.

Thanks for trying Libra CMS.


All versions of libra-cms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
doctrine/doctrine-module Version ^0.8
doctrine/doctrine-orm-module Version ^0.8
zf-commons/zfc-user-doctrine-orm Version 0.1.3
zf-commons/zfc-twig Version 1.*
libra/libra-app Version ^0.7
libra/libra-article Version ^0.6
libra/ckeditor-assets Version 3.*
libra/ckfinder-assets Version 2.*
libra/jquery-ui-assets Version ^1.10
libra/datatables-assets Version ^1.9
libra/fancybox-assets Version 2.*
libra/libra-article-image-zooming Version 0.*
libra/libra-locale Version ^0.5
monolog/monolog Version ^1.5
vnagara/runtime-config Version 1.*
zendframework/zend-developer-tools Version 0.*
leafo/scssphp Version ^0.1.9
twbs/bootstrap-sass Version ^3.3.0
libra/jquery-assets Version 2.*
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 libra/libra-cms contains the following files

Loading the files please wait ....