2017 © Pedro Peláez
 

yii2-extension yii2-module-pages

Yii2 Pages Module

image

hiqdev/yii2-module-pages

Yii2 Pages Module

  • Thursday, October 5, 2017
  • by hiqdev
  • Repository
  • 4 Watchers
  • 5 Stars
  • 836 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

Yii2 Pages

Yii2 Pages Module, (*1)

Latest Stable Version Total Downloads Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Dependency Status, (*2)

Provides easy creation of pages for site., (*3)

Supports:, (*4)

  • different page formats: markdown, twig, PHP
  • extracting front matter

The idea is to create general mechanism of site pages. Pages are taken from and saved to repository. And you can provide any compatible repository, so pages can be taken from:, (*5)

  • files (the default repository provided with this package)
  • any database
  • any API

Installation

The preferred way to install this yii2-extension is through composer., (*6)

Either run, (*7)

php composer.phar require "hiqdev/yii2-module-pages"

or add, (*8)

"hiqdev/yii2-module-pages": "*"

to the require section of your composer.json., (*9)

License

This project is released under the terms of the BSD-3-Clause license. Read more here., (*10)

Copyright © 2016-2017, HiQDev (http://hiqdev.com/), (*11)

The Versions