Download the PHP package litepubl/cms without Composer

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

LitePublisher is content management system. LitePublisher is a simple and lightweight engine. Official website: http://litepublisher.com/

Minimum System Requirements:

Installation. If you have a shell access to the server you can download file: wget https://github.com/litepubl/cms/archive/vx.xx.tar.gz tar -xf cms.x.xx.tar.gz

where x.xx is current version. You can find latest release on https://github.com/litepubl/cms/releases/latest

You can use composer to copy files: composer require litepubl/cms

Otherwise you must upload files into root folder of website. set write permissions (0777) on following folder:

In these folders you should set permissions 0666 on index.htm files After that open your website in browser. Installer will ask you some questions such as E-Mail, site name and database account. You can set database account in index.php from root folder or in installation form.

Sometime installer can not determine language. You can change language pressing by "change language button". Thats all. Click install to begin instalation.

To install into subfolder you should edit .htaccess file. Replace one line: RewriteRule. / Index.php [L]

to: RewriteRule. / Subdir / index.php [L]

where subdir is your subfolder.

If the installer opens in wrong encoding you can solve problem by editing . Htaccess file. Remove first char # from .htaccess CharsetDisable On

To increase security you can edit index.php file. Change value in line: public static $ secret = '8 r7j7hbt8iik / / pt7hUy5/e/7FQvVBoh7/Zt8sCg8 + ibVBUt7rQ ';

To manage the site go to a simple admin panel: http://example.com/admin/

If you lost password you can restore your password by clicking on the link http://example.com/admin/passwordrecover/

Included products and licenses

Bootstrap. Code copyright 2011-2015 Twitter, Inc. Code released under the MIT license (https://github.com/twbs/bootstrap/blob/master/LICENSE).

Bootswatch. Copyright 2014 Thomas Park. Code released under the MIT License.

jQuery. Copyright 2015 jQuery Foundation and other contributors. Code released under the MIT License.

jQuery UI. Copyright jQuery Foundation and other contributors, https://jquery.org/ Code released under the MIT License.

Font Awesome by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

Lobster font by Pablo Impallari released under the SIL Open Font License (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)

NautilusPompilius font by PUNK YOU BRANDS Nikita Kanarev released under the SIL Open Font License (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)

MediaElement.js Copyright 2010-2015, John Dyer (http://j.hn) License: MIT

SWFUpload is (c) 2006-2007 Lars Huring, Olov Nilz�n and Mammon Media and is released under the MIT License

PhotoSwipe Copyright (c) 2015 Dmitry Semenov (http://photoswipe.com) licensed under MIT license

prettyPhoto Copyright by Stephane Caron (http://www.no-margin-for-errors.com) released the GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html) or Creative Commons 2.5 license (http://creativecommons.org/licenses/by/2.5/).

FileReader.js Copyright 2012 Brian Grinstead - MIT License.

Font Face Observer licensed under the BSD License. Copyright 2014-2015 Bram Stein. All rights reserved.

jQuery Cookie Plugin. Copyright 2006, 2014 Klaus Hartl Released under the MIT license

jQuery JSON Plugin. Brantley Harris wrote this plugin. It is based somewhat on the JSON.org (http://www.json.org/json2.js) MIT License: http://www.opensource.org/licenses/mit-license.php

Respond.js Copyright 2014 Scott Jehl Licensed under MIT

Modernizr Copyright � 2009�2015. Modernizr is available under the MIT license.

HTML5 Shiv (http://paulirish.com/2011/the-history-of-the-html5-shiv/) Licensed under MIT and (or) GPL-2.0

tar Class Copyright (C) 2002 Josh Barger under the terms of the GNU Lesser General Public License

getID3by James Heinrich under 3 license for choise: GNU GPL, GNU LGPL and Mozilla MPL

Punycode Library Copyright (c) 2011 Takehito Gondo MIT License

PemFTP - A Ftp implementation in pure PHP copyright Alexey Dotsenko LGPL License

PHP SMTP class Author: Chris Ryan License: LGPL

CKEditor Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. GNU Lesser General Public License Version 2.1 or later (the "LGPL")


All versions of cms with dependencies

PHP Build Version
Package Version
Requires php Version >=7.00.0
litepubl/cms-composer-installer Version >=1.02
monolog/monolog Version ^1.22
zendframework/zend-diactoros Version ^1.4
psr/http-message Version ^1.0
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 litepubl/cms contains the following files

Loading the files please wait ....