Download the PHP package sijad/flarum-ext-github-autolink without Composer
On this page you can find all versions of the php package sijad/flarum-ext-github-autolink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package flarum-ext-github-autolink
Flarum Github Autolink
Convert references to Github issues and commits automatically into links.
it also convert both Username/Repository#
and Username/Repository@SHA
to Github link
Supported Links
Currently supported type of string that will be converted to links are:
https://github.com/{user or organisation name}/{repository}/issues/{issue number}
{user or organisation name}/{repository}#{issue number}
https://github.com/{user or organisation name}/{repository}/commit/{commit SHA1}
{user or organisation name}/{repository}@{commit SHA1}
How To Install
Run follow command via ssh while you're in Flarum root folder:
then enable the extension from Flarum admin Extension page.
TODO
- Retrieve links details form Github (e.g. title).
All versions of flarum-ext-github-autolink with dependencies
PHP Build Version
Package Version
Requires
flarum/core Version
^0.1.0-beta.4
The package sijad/flarum-ext-github-autolink contains the following files
Loading the files please wait ....