Download the PHP package dphn/sc-content without Composer
On this page you can find all versions of the php package dphn/sc-content. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dphn/sc-content
More information about dphn/sc-content
Files in dphn/sc-content
Package sc-content
Short Description Simple ZF2-based content editor module
License New BSD License
Informations about the package sc-content
ScContent
This module in process. At this time, the module works only with the database MySql.
The module allows you to edit the content, manage themes and widgets.
Nevertheless, the basic widgets kit is provided as a separate module (https://github.com/dphn/ScWidgets).
You can easily create your own widgets kit for your specific application.
Introduction
It is a simple module for editing the content based on Zend Framework 2. details
![Screenshot] (/docs/img/sc-content.png?raw=true)
Requirements
- php >= 5.4.0
- Zend Framework 2 (latest master)
- BjyAuthorize (latest master)
- ZfcUser (latest master)
- ZfcBase (latest master)
Module update
Attention! The module is still in the development stage. The versioning of database migration is not supported yet.
Please, after any update, delete any table from module database! Sorry for the inconvenience, improvements are planned in the near time.
Installation
Main Setup
By cloning project
- Install the BjyAuthorize ZF2 module
by cloning it into
./vendor/
. - Install the ZfcBase ZF2 module
by cloning it into
./vendor/
. - Install the ZfcUser ZF2 module
by cloning it into
./vendor/
. - Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:
- Now tell composer to download ScContent by running the command:
Post installation
-
Enabling it in your
application.config.php
file. - Further installation is automatic.
All versions of sc-content with dependencies
zendframework/zendframework Version >2.2.0rc1
zf-commons/zfc-user Version dev-master