https://github.com/quickapps/cms
Modular CMS powered by CakePHP
https://github.com/quickapps/cms
bootstrap cake-plugin cakephp cms composer eav jquery mvc php
Last synced: 2 months ago
JSON representation
Modular CMS powered by CakePHP
- Host: GitHub
- URL: https://github.com/quickapps/cms
- Owner: quickapps
- License: gpl-3.0
- Created: 2011-10-15T11:06:51.000Z (over 13 years ago)
- Default Branch: 2.0
- Last Pushed: 2018-05-15T17:56:53.000Z (about 7 years ago)
- Last Synced: 2025-03-31T04:07:56.372Z (2 months ago)
- Topics: bootstrap, cake-plugin, cakephp, cms, composer, eav, jquery, mvc, php
- Language: PHP
- Homepage:
- Size: 18.9 MB
- Stars: 164
- Watchers: 28
- Forks: 67
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# QuickAppsCMS
[](https://scrutinizer-ci.com/g/quickapps/cms/?branch=2.0)
[](http://squizlabs.github.io/PHP_CodeSniffer/analysis/quickapps/cms)
[](https://travis-ci.org/quickapps/cms)
[](https://packagist.org/packages/quickapps/cms)
[](https://packagist.org/packages/quickapps/cms)
[](https://packagist.org/packages/quickapps/cms)
[](https://packagist.org/packages/quickapps/cms)[](http://www.quickappscms.org)
Free open source content management system for PHP, released under GPL License
and powered by [CakePHP 3.0](http://cakephp.org) MVC framework.**This is an unstable repository and should be treated as an alpha.**
## Requirements
* Apache with mod_rewrite
* PHP 5.5.9 or higher
* mbstring extension installed
* mcrypt extension installed
* intl extension installed
* fileinfo extension installed
* PHP safe mode disabled
* Supported database storage engines:
* MySQL (5.1.10 or greater)
* PostgreSQL
* Microsoft SQL Server (2008 or higher)
* SQLite 3
* Write permission in your server## Installing QuickAppsCMS
You must install QuickAppsCMS using [composer](http://getcomposer.org).
QuickAppsCMS is designed to run as a stand alone application, so you must
use the [website skeleton](https://github.com/QuickAppsCMS/website) as
starting point:1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project -s dev quickapps/website [your_website_name]`.If Composer is installed globally, run:
composer create-project -s dev quickapps/website [website_name]
After composer is done visit `http://example.com/` and start QuickAppsCMS installation.
## Links of Interest
* [Official Site](http://www.quickappscms.org)
* [GitHub Repo](https://github.com/quickapps/cms)
* [API 2.0](http://api.quickappscms.org/2.0)
* [Issue Tracker](https://github.com/quickapps/cms/issues)
* [Google Group](https://groups.google.com/group/quickapps-cms)