PHPackages                             spoonx/sxblog - 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. spoonx/sxblog

ActiveLibrary

spoonx/sxblog
=============

Blog Module for ZF2

161846[7 issues](https://github.com/SpoonX/SxBlog/issues)PHP

Since Mar 6Pushed 10y ago2 watchersCompare

[ Source](https://github.com/SpoonX/SxBlog)[ Packagist](https://packagist.org/packages/spoonx/sxblog)[ RSS](/packages/spoonx-sxblog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

SxBlog
======

[](#sxblog)

This is a very simple blog module. It should suffice for those with simple wishes.

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

[](#installation)

1. add the requirement to your composer.json file by either...

    ... Adding it through the command line,

    ```
    ./composer.phar require spoonx/sxblog
    When asked for a version, type: "dev-master"

    ```

    or, adding it manually to your composer.json file and then running ./composer.phar install to install the dependencies

    ```
    {
        "require": {
            "spoonx/sxblog": "dev-master"
        }
    }

    ```
2. Enable the newly added modules in `config/application.config.php`

    ```
