grekts / rss-reader
RSS 阅读器
1.0.1
2016-09-29 13:27 UTC
Requires
- php: >=5.4.0
- grekts/getter-full-link: >=1.0.0
- grekts/rss-parser: >=1.0.0
- yiisoft/yii2: >=2.0.5
- yiisoft/yii2-bootstrap: *
- yiisoft/yii2-swiftmailer: *
Requires (Dev)
- grekts/getter-full-link: >=1.0.0
- grekts/rss-parser: >=1.0.0
- yiisoft/yii2-codeception: *
- yiisoft/yii2-debug: *
- yiisoft/yii2-faker: *
- yiisoft/yii2-gii: *
This package is not auto-updated.
Last update: 2024-09-18 19:09:10 UTC
README
使用的技术和库
为了加速开发,使用了以下技术
安装
使用 Composer 进行安装。在控制台中进入域名目录,并执行以下命令
composer create-project --prefer-dist grekts/rss-reader
然后设置服务器,使域的根目录为 web 目录
功能特点
- 数据库结构的副本位于根目录下的
db_dump.sql
文件中 - 要连接到数据库,需要在
config/db.php
文件中为 'db' 参数属性指定正确的值 - 为了解析 RSS 源,cron 需要执行以下路径的脚本:
yourdomain.ru/save-news
- 为了删除已读新闻,cron 需要执行以下路径的脚本:
yourdomain.ru/delete-readed