PHPackages                             alexsawallich/alsa-zf-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. alexsawallich/alsa-zf-content

ActiveLibrary[Admin Panels](/categories/admin)

alexsawallich/alsa-zf-content
=============================

A ZF2-Module for managing content. Comes with backend and frontend.

011PHP

Since Mar 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/alexsawallich/AlsaZfContent)[ Packagist](https://packagist.org/packages/alexsawallich/alsa-zf-content)[ RSS](/packages/alexsawallich-alsa-zf-content/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simplest Content Management with AlsaZfContent
==============================================

[](#simplest-content-management-with-alsazfcontent)

AlsaZfContent is a very simple content module for your Zend-Framework &gt;= 2 application.

It ships with a backend for creating, editing and deleting content-items (requires ZfcAdmin for the backend-routes). A content-item is a very simple entity, consisting only of a name, a text-body and a publishing-status. The only task of the frontend is to display a content-item on a single-page, with it's name and text-body.

Dependencies
------------

[](#dependencies)

- This module requires [ZfcAdmin](https://github.com/ZF-Commons/ZfcAdmin), since it uses the `zfcadmin`-route for the backend.
- This module depends on [AlsaBase](https://github.com/alexsawallich/AlsaBase) as it uses some of the abstract classes, which can be found there.

*These dependencies will be installed by composer.*

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

[](#installation)

1. Install through composer `require alexsawallich/alsazfcontent`
2. Add `AlsaZfContent` to the `modules`-key within your application's `config/application.config.php`-file.
3. Copy `config/alsazfcontent.global.php.dist` to your application's `config/autoload/alsazfcontent.global.php` and adjust to your needs.

Configuration
-------------

[](#configuration)

Adjust configuration of this module to your needs.

```
