Download the PHP package makesites/kisscms without Composer

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

KISSCMS

Content Management made Simple

A CMS with minimal footprint written in PHP, following best practices in MVC architecture and with main objective to jump start web development by providing a clean and extensible environment.

Current stable: v2.5 Build Status

Website: http://www.kisscms.com

Features:

Setup

KISSCMS can be installed by using Composer (getcomposer.org) or just by downloading the files straight from the Github repository.

  1. Extract the archive and place the contents of the folder where you want your website to be located.
  2. Place the files in the folder should in your web root. All other folders one directory level above it.
  3. Open a browser and enter the address of your website. Sample content should already work with no further effort.
  4. Go to in your browser to enter the administration area. The default (username/password) are: admin / admin

Customization

The default setup is optimized for a new website with its own domain. If you want an altered setup, please open the file "html/index.php" in a text editor to modify the paths as it's apropriate. The html folder also contains web assets which you can freely modify to create your custom layout. The configuration of basic CMS options is located through the administration bar. For instructions how to extend the CMS with additional logic please refer to the "Reference" section.

Upgrading

If you haven't modified anything in the APP folder, upgrading should be as simple as replacing the APP folder with the latest version. For added security you can rename the old app folder and refer to is as a BASE folder so it will operate as a fallback. If you need further assisctance please send a support ticket through the issue tracker on github: http://github.com/makesites/kisscms/issues

Reference

For further information how to manage your website, customize it's features and access the methods available to you please refer to the official documentation: http://kisscms.com/reference

Showcase

A few of the sites using this open source:

K&D Interactive Makesites Insider GoCollab Evermood

Credits

Lead Developer: Makis Tracend ( @tracend )

Distributed through Makesites.org

License

This work is released dual-licensed under the MIT/X11 license and the GNU General Public License (GPL)


All versions of kisscms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 makesites/kisscms contains the following files

Loading the files please wait ....