Drag and drop uploader for icons from The Noun project. It provides a convenient and quick process for importing into Commons icons that were previously downloaded from thenounproject.com
Let composer find and install latest versions of dependencies
composer update
Rename settings-sample.php
to settings.php
and change the parameters according to your Oauth consumer app.
Checkout MediaWiki documentation for more details on creating your Oauth credentials.
php -S localhost:5000
Do some testing by running the following command
composer test
- More test coverage
- Consider wikimedia/toolforge-bundle for better structure and long-term maintenance
- Samuel Guebo (@samuelguebo)