Download the PHP package glen/slack-unfurl-gitlab without Composer
On this page you can find all versions of the php package glen/slack-unfurl-gitlab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download glen/slack-unfurl-gitlab
More information about glen/slack-unfurl-gitlab
Files in glen/slack-unfurl-gitlab
Download glen/slack-unfurl-gitlab
More information about glen/slack-unfurl-gitlab
Files in glen/slack-unfurl-gitlab
Vendor glen
Package slack-unfurl-gitlab
Short Description GitLab links unfurler for slack-unfurl
License MIT
Package slack-unfurl-gitlab
Short Description GitLab links unfurler for slack-unfurl
License MIT
Please rate this library. Is it a good library?
Informations about the package slack-unfurl-gitlab
Slack unfurl GitLab Provider
GitLab links unfurler for slack-unfurl.
Installation
- Install slack-unfurl
- Require this package:
composer require glen/slack-unfurl-gitlab
- Merge
env.example
from this project to.env
- Register provider: in
src/Application.php
add$this->register(new \GitlabSlackUnfurl\ServiceProvider\GitlabUnfurlServiceProvider());
Supported URL handlers
issue
merge_request
- issue or merge request
note
(since 0.6.0)
Technical details:
- route matches are defined in src/Route/GitLabRoutes.php::buildRoutes()
- handlers are defined in src/Event/Subscriber/GitlabUnfurler.php::ROUTES
For url to be unfurled, url pattern must be defined in GitLabRoutes
, and handler must be also present in GitlabUnfurler
.
All versions of slack-unfurl-gitlab with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
m4tthumphrey/php-gitlab-api Version ^9.7
php-http/guzzle6-adapter Version ^1.1
m4tthumphrey/php-gitlab-api Version ^9.7
php-http/guzzle6-adapter Version ^1.1
The package glen/slack-unfurl-gitlab contains the following files
Loading the files please wait ....