PHPackages                             dphn/sc-widgets - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dphn/sc-widgets

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dphn/sc-widgets
===============

The basic example widgets kit for module ScContent.

429PHP

Since Feb 23Pushed 12y ago1 watchersCompare

[ Source](https://github.com/dphn/ScWidgets)[ Packagist](https://packagist.org/packages/dphn/sc-widgets)[ RSS](/packages/dphn-sc-widgets/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ScWidgets
=========

[](#scwidgets)

This module in process.

Features / Goals
----------------

[](#features--goals)

- Example widget
- Site title
- Simple banner as image
- Search widget and simple integrated search feature
- Login widget

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. Install the \[ScContent\] () by cloning it into `./vendor/`.
5. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

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

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

#### Post installation

[](#post-installation)

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

    ```
