Download the PHP package firelike/wikipedia-api without Composer
On this page you can find all versions of the php package firelike/wikipedia-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download firelike/wikipedia-api
More information about firelike/wikipedia-api
Files in firelike/wikipedia-api
Package wikipedia-api
Short Description Zend Framework module to consume Wikipedia APIs
License BSD-3-Clause
Informations about the package wikipedia-api
Wikipedia API Client
Introduction
Zend Framework module to consume Wikipedia API
Installation
Install the module using Composer into your application's vendor directory. Add the following line to your
composer.json
.
Configuration
Enable the module in your application.config.php
file.
Copy and paste the wikipedia.local.php.dist
file to your config/autoload
folder and customize it with your credentials and
other configuration settings. Make sure to remove .dist
from your file.Your wikipedia.local.php
might look something like the following:
Usage
Calling from your code:
Using the console:
Implemented Service Methods:
- query
Links
All versions of wikipedia-api with dependencies
zendframework/zend-mvc-console Version ^1.1
guzzlehttp/guzzle-services Version ^1.0
zendframework/zend-log Version ^2.9