https://github.com/hiqdev/yii2-module-pages
Yii2 Pages Module
https://github.com/hiqdev/yii2-module-pages
hacktoberfest
Last synced: 10 months ago
JSON representation
Yii2 Pages Module
- Host: GitHub
- URL: https://github.com/hiqdev/yii2-module-pages
- Owner: hiqdev
- License: bsd-3-clause
- Created: 2016-09-10T05:25:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T11:21:11.000Z (over 5 years ago)
- Last Synced: 2025-08-19T14:57:04.383Z (10 months ago)
- Topics: hacktoberfest
- Language: PHP
- Size: 62.5 KB
- Stars: 11
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii2 Pages
**Yii2 Pages Module**
[](https://packagist.org/packages/hiqdev/yii2-module-pages)
[](https://packagist.org/packages/hiqdev/yii2-module-pages)
[](https://travis-ci.org/hiqdev/yii2-module-pages)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-module-pages/)
[](https://scrutinizer-ci.com/g/hiqdev/yii2-module-pages/)
[](https://www.versioneye.com/php/hiqdev:yii2-module-pages/dev-master)
Provides easy creation of pages for site.
Supports:
- 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:
- files (the default repository provided with this package)
- any database
- any API
## Installation
The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
php composer.phar require "hiqdev/yii2-module-pages"
```
or add
```json
"hiqdev/yii2-module-pages": "*"
```
to the require section of your composer.json.
## License
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).
Copyright © 2016-2017, HiQDev (http://hiqdev.com/)