Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecmscom/yuncms-article
The article module for yuncms.
https://github.com/librecmscom/yuncms-article
yuncms-module
Last synced: about 1 month ago
JSON representation
The article module for yuncms.
- Host: GitHub
- URL: https://github.com/librecmscom/yuncms-article
- Owner: librecmscom
- License: mit
- Created: 2017-11-14T06:32:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T09:37:27.000Z (about 7 years ago)
- Last Synced: 2023-07-26T15:58:54.735Z (over 1 year ago)
- Topics: yuncms-module
- Language: PHP
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yuncms-article
The article module for yuncms.
[![Latest Stable Version](https://poser.pugx.org/yuncms/yuncms-article/v/stable.png)](https://packagist.org/packages/yuncms/yuncms-article)
[![Total Downloads](https://poser.pugx.org/yuncms/yuncms-article/downloads.png)](https://packagist.org/packages/yuncms/yuncms-article)
[![Build Status](https://img.shields.io/travis/yuncms/yuncms-article.svg)](http://travis-ci.org/yuncms/yuncms-article)
[![License](https://poser.pugx.org/yuncms/yuncms-article/license.svg)](https://packagist.org/packages/yuncms/yuncms-article)## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```bash
$ composer require yuncms/yuncms-article
```or add
```
"yuncms/yuncms-article": "~2.0.0"
```to the `require` section of your `composer.json` file.
## License
This is released under the MIT License. See the bundled [LICENSE.md](LICENSE.md)
for details.