PHPackages                             sunshinephp/ssp-blog - 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. sunshinephp/ssp-blog

ActiveLibrary

sunshinephp/ssp-blog
====================

Blog module for use in the SunshinePHP site.

031PHP

Since Mar 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/sunshinephp/ssp-blog)[ Packagist](https://packagist.org/packages/sunshinephp/ssp-blog)[ RSS](/packages/sunshinephp-ssp-blog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ssp-blog
========

[](#ssp-blog)

Blogging module in ZF2 to be included into the SunshinePHP main site.

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "sunshinephp/ssp-blog": "dev-master"
    }
    ```
2. Now tell composer to download SspBlog by running the command:

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

#### Post installation

[](#post-installation)

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

    ```
