文件名称:feed-api:免费、开源版本的 Feed,兼容 Fever 的 API
文件大小:267KB
文件格式:ZIP
更新时间:2024-07-16 05:01:38
PHP
饲料API FeedAPI 是一个兼容的 Feed API,得到了许多阅读器的支持,比如或 。 基于其,它与 Fever API 100% 兼容。 不包括火花。 这个工具已经足够稳定了,在生活环境中测试过,没有出现更大的问题。 与完美配合。 要求 带有 PHP 模块的 Web 服务器守护进程(nginx、apache 等) PHP 5.3 或更高版本 卷曲已启用 DOMDocument 已启用 启用了 sqlite3 启用 php-cli sqlite3 安装 克隆这个存储库: git clone https://github.com/ajgon/feed-api.git feed-api 您的网络服务器应该指向 repos public/目录。 此外,您的db/data.db文件应该可由脚本和网络服务器写入。 安装依赖: php composer.phar inst
【文件预览】:
feed-api-master
----public()
--------index.php(406B)
----db()
--------data.db(0B)
--------test.db(0B)
--------.gitkeep(0B)
----migrations()
--------20130902162648_CreateFavicons.php(536B)
--------20130902162747_CreateFeeds.php(734B)
--------20130811224210_CreateUsers.php(651B)
--------20130902172211_CreateItems.php(811B)
--------20130902162347_CreateGroups.php(539B)
--------20130909162712_CreateFeedsUsers.php(561B)
--------20130902162933_CreateFeedsGroups.php(566B)
----config()
--------phpmig.php(752B)
--------database.php(787B)
----composer.lock(44KB)
----test()
--------FeedAPI()
--------phpmig.php(700B)
--------fixtures()
--------phpunit.xml(188B)
--------bootstrap.php(2KB)
----LICENSE.md(2KB)
----phpunit.xml(64B)
----README.md(3KB)
----feedapi(431B)
----composer.phar(1MB)
----.editorconfig(415B)
----.gitignore(38B)
----app()
--------classes()
--------boot.php(717B)
----bin()
--------.gitkeep(0B)
----composer.json(271B)