Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joomla-framework/mediawiki-api
Joomla Framework MediaWiki Package
https://github.com/joomla-framework/mediawiki-api
joomla joomla-framework mediawiki php
Last synced: about 1 month ago
JSON representation
Joomla Framework MediaWiki Package
- Host: GitHub
- URL: https://github.com/joomla-framework/mediawiki-api
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2014-05-31T13:22:41.000Z (over 10 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2023-10-08T13:16:56.000Z (about 1 year ago)
- Last Synced: 2024-09-28T10:04:29.093Z (about 2 months ago)
- Topics: joomla, joomla-framework, mediawiki, php
- Language: PHP
- Homepage:
- Size: 130 KB
- Stars: 5
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The Archive Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/mediawiki-api/status.svg?ref=refs/heads/2.0-dev)](https://ci.joomla.org/joomla-framework/mediawiki-api)
[![Latest Stable Version](https://poser.pugx.org/joomla/mediawiki/v/stable)](https://packagist.org/packages/joomla/mediawiki)
[![Total Downloads](https://poser.pugx.org/joomla/mediawiki/downloads)](https://packagist.org/packages/joomla/mediawiki)
[![Latest Unstable Version](https://poser.pugx.org/joomla/mediawiki/v/unstable)](https://packagist.org/packages/joomla/mediawiki)
[![License](https://poser.pugx.org/joomla/mediawiki/license)](https://packagist.org/packages/joomla/mediawiki)## Using the MediaWiki Package
The MediaWiki package is designed to be a straightforward interface for working with MediaWiki.
### More Information
The following resources contain more information:
* [Joomla! API Reference](http://api.joomla.org)## Installation via Composer
Add `"joomla/mediawiki": "^2.0"` to the "require" block in your composer.json and then run `composer install`.
```json
{
"require": {
"joomla/mediawiki": "^2.0"
}
}
```Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/mediawiki "^2.0"
```