dev-master
9999999-devLaravel Wikipedia API driver
MIT
The Development Requires
by Nathanaël Langlois
Laravel Wikipedia API driver
A simple Wikipedia API Driver, (*1)
composer require etoilefilante/wikipediaravel
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, (*3)
WIKIPEDIARAVEL_FORMAT =
, (*4)
Possible values are : jsonn, jsonfm_ (pretty-print in HTML), _php, phpfm, rawfm, xml, xmlfm., (*5)
As for language, default is french.
To switch to english, add
WIKIPEDIARAVEL_LANG = en
in your .env file., (*6)
Available functions, (*7)
getPage($pageName) getSubCategories($category, $depth = 1)
Laravel Wikipedia API driver
MIT