PHPackages                             dphn/sc-content - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. dphn/sc-content

ActiveLibrary[Admin Panels](/categories/admin)

dphn/sc-content
===============

Simple ZF2-based content editor module

0.1.3(12y ago)161755[2 issues](https://github.com/dphn/ScContent/issues)[1 PRs](https://github.com/dphn/ScContent/pulls)New BSD LicensePHPPHP &gt;=5.3.3

Since Nov 13Pushed 12y ago4 watchersCompare

[ Source](https://github.com/dphn/ScContent)[ Packagist](https://packagist.org/packages/dphn/sc-content)[ RSS](/packages/dphn-sc-content/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

ScContent
=========

[](#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 ().
===========================================================================================================

[](#nevertheless-the-basic-widgets-kit-is-provided-as-a-separate-module-httpsgithubcomdphnscwidgets)

You can easily create your own widgets kit for your specific application.

Introduction
------------

[](#introduction)

It is a simple module for editing the content based on Zend Framework 2. [details](https://github.com/dphn/ScContent/wiki)

!\[Screenshot\] (/docs/img/sc-content.png?raw=true)

Requirements
------------

[](#requirements)

- php &gt;= 5.4.0
- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)
- [BjyAuthorize](https://github.com/bjyoungblood/BjyAuthorize) (latest master)
- [ZfcUser](https://github.com/ZF-Commons/ZfcUser) (latest master)
- [ZfcBase](https://github.com/ZF-Commons/ZfcBase) (latest master)

Module update
-------------

[](#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
------------

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Install the [BjyAuthorize](https://github.com/bjyoungblood/BjyAuthorize) ZF2 module by cloning it into `./vendor/`.
2. Install the [ZfcBase](https://github.com/ZF-Commons/ZfcBase) ZF2 module by cloning it into `./vendor/`.
3. Install the [ZfcUser](https://github.com/ZF-Commons/ZfcUser) ZF2 module by cloning it into `./vendor/`.
4. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "dphn/sc-content" : "dev-master"
    }
    ```
2. Now tell composer to download ScContent by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
