PHPackages                             t4web/pages - 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. t4web/pages

ActiveLibrary

t4web/pages
===========

ZF2 Module for easily creating static pages.

0.0.1(11y ago)0191BSD-3-ClausePHPPHP &gt;=5.3.3

Since Dec 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/t4web/Pages)[ Packagist](https://packagist.org/packages/t4web/pages)[ Docs](https://github.com/t4web/Pages)[ RSS](/packages/t4web-pages/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Pages
=====

[](#pages)

Master: [![Build Status](https://camo.githubusercontent.com/c16e8edbf627025e2cf33d6aabc12d98443ede6d4e846fef3c533dc87473e5b5/68747470733a2f2f7472617669732d63692e6f72672f74347765622f50616765732e737667)](https://travis-ci.org/t4web/Pages)[![codecov.io](https://camo.githubusercontent.com/448d7c845bd96ab7141d42e29e9b56952bdf714a88631220d6cacb5fbfa0149d/687474703a2f2f636f6465636f762e696f2f6769746875622f74347765622f50616765732f636f7665726167652e7376673f6272616e63683d6d6173746572)](http://codecov.io/github/t4web/Pages?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6d745afd69da24a14876172be340699f74c3c1c8e9c2afd42504c76e325895ab/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74347765622f50616765732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/t4web/Pages/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/eb4f9f861e8a0188d0733156490c0fffa95050343bdb20410cacdabb3d39652b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31633032623739632d646265322d343263642d393331642d3536353432643064633764362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/1c02b79c-dbe2-42cd-931d-56542d0dc7d6)[![Dependency Status](https://camo.githubusercontent.com/8871e8bb8a0b20478cf1acb0198ed32f84b35bc1abb445f38c84c425e8ae9f3a/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535613130366630363636333337303030643030303437312f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/55a106f0666337000d000471)

ZF2 Module for easily creating content pages and blocks

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

[](#introduction)

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

[](#features--goals)

- Create DB table with init console command \[DONE\]
- Create page with WYSIWYG editor in admin \[IN PROGRESS\]
- Get page by ID \[IN PROGRESS\]
- Show page by route \[IN PROGRESS\]
- List pages in admin (backend) zone \[IN PROGRESS\]
- Edit page in admin (backend) zone \[IN PROGRESS\]
- Remove page in admin (backend) zone \[IN PROGRESS\]

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

[](#installation)

Usage
-----

[](#usage)

Testing
-------

[](#testing)

For running tests you need install and intialize codeception, after this create/update codeception.yml in you project root and add Pages tests, like this:

```
include:
    - vendor/t4web/pages  #
