PHPackages                             firelike/wikipedia-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. firelike/wikipedia-api

ActiveLibrary[API Development](/categories/api)

firelike/wikipedia-api
======================

Zend Framework module to consume Wikipedia APIs

v1.0.0(9y ago)16712BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Jan 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/firelike/wikipedia-api)[ Packagist](https://packagist.org/packages/firelike/wikipedia-api)[ RSS](/packages/firelike-wikipedia-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Wikipedia API Client
--------------------

[](#wikipedia-api-client)

[![Build Status](https://camo.githubusercontent.com/f5a6134c3e7fae70f7aeccdf7f4fd88346818b2ff01f11c3866a714be8b4510c/68747470733a2f2f7472617669732d63692e6f72672f666972656c696b652f77696b6970656469612d6170692e7376673f6272616e63683d6d617374657226666f726d61743d666c61742d737175617265)](https://travis-ci.org/firelike/wikipedia-api)[![License](https://camo.githubusercontent.com/51e783b8f638a0b55f98a2322cfe04c473198106e78537300516cd7994dccfc4/68747470733a2f2f706f7365722e707567782e6f72672f666972656c696b652f77696b6970656469612d6170692f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/firelike/wikipedia-api)

Introduction
------------

[](#introduction)

Zend Framework module to consume Wikipedia API

Installation
------------

[](#installation)

Install the module using Composer into your application's vendor directory. Add the following line to your `composer.json`.

```
{
    "require": {
        "firelike/wikipedia-api": "^1.0"
    }
}
```

Configuration
-------------

[](#configuration)

Enable the module in your `application.config.php` file.

```
return array(
    'modules' => array(
        'Firelike\Wikipedia'
    )
);
```

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:

```
