2017 © Pedro PelĂĄez
 

library wikipediaravel

Laravel Wikipedia API driver

image

etoilefilante/wikipediaravel

Laravel Wikipedia API driver

  • Thursday, May 10, 2018
  • by EtoileFilante
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Wikipediaravel

A simple Wikipedia API Driver, (*1)

Build Status Coverage Status, (*2)

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, (*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)

Use

Available functions, (*7)

getPage($pageName)
getSubCategories($category, $depth = 1)

The Versions

10/05 2018

dev-master

9999999-dev

Laravel Wikipedia API driver

  Sources   Download

MIT

The Development Requires

by Nathanaël Langlois