etoilefilante/wikipediaravel
Composer 安装命令:
composer require etoilefilante/wikipediaravel
包简介
Laravel Wikipedia API driver
README 文档
README
A simple Wikipedia API Driver
Installation
composer require etoilefilante/wikipediaravel
Configuration
You can configure the type of data sent back by wikipedia. By default, we'll send you json. If you change your mind, just edit your configuration in your .env
WIKIPEDIARAVEL_FORMAT =
Possible values are : jsonn, jsonfm (pretty-print in HTML), php, phpfm, rawfm, xml, xmlfm.
As for language, default is french.
To switch to english, add
WIKIPEDIARAVEL_LANG = en in your .env file.
Use
Available functions
getPage($pageName)
getSubCategories($category, $depth = 1)
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-10