mediawiki / user-bitcoin-addresses
MediaWiki extension allowing users to submit his Bitcoin addresses for usage with other Bitcoin related extensions.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:mediawiki-extension
Requires
- php: >=5.4.0
- composer/installers: >=1.0.1
- danwe/bitcoin-address: ^1.0.0
- danwe/helpers-gettersetteraccessor: ^1.0.1
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-30 10:29:41 UTC
README
MediaWiki extension for having users manage their Bitcoin addresses usable for multiple purposes but without any specific purpose implemented or suggested by this extension itself.
The main feature of the extension is its Special:UserBitcoinAddresses
special page which allows
each registered wiki user to associate Bitcoin addresses with him or herself. Other users can not
see those addresses by default. Other extensions might use these user related Bitcoin addresses
for various purposes.
Requirements
- MediaWiki 1.25+
- PHP 5.4+
- Composer for the installation.
Contributing
Feel free to fork the code on GitHub and to submit pull requests.
You can run the PHPUnit tests by navigating into the tests/phpunit
directory of your MediaWiki
installation and running
php phpunit.php -c ../../extensions/UserBitcoinAddresses