Download the PHP package amiriskander/slack-notifier without Composer
On this page you can find all versions of the php package amiriskander/slack-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amiriskander/slack-notifier
More information about amiriskander/slack-notifier
Files in amiriskander/slack-notifier
Download amiriskander/slack-notifier
More information about amiriskander/slack-notifier
Files in amiriskander/slack-notifier
Vendor amiriskander
Package slack-notifier
Short Description A simple package that can be used to build and send Slack messages
License MIT
Package slack-notifier
Short Description A simple package that can be used to build and send Slack messages
License MIT
Please rate this library. Is it a good library?
Informations about the package slack-notifier
Slack Notifier
A simple PHP package that can be used to build and send Slack messages
Requirements
- PHP >= 7.1
- PHP cURL Extension
- PHP JSON Extension
Installation
Usage
There is no massive effort you need to create a simple text message like Hello, World!
The package supports block types:
- Divider: A horizontal gray divider.
- Section: A container that can contain multiple components.
And a block of type section can have components of types:
- Text: Can be either
Plain Text
orMarkdown
- Accessory: Can be either
Button
orImage
For more complex examples that needs adding blocks with images, links and buttons, it is not a big problem. Check the below example:
The same example using classes for Button, Image, Section, Divider
Screenshot
All versions of slack-notifier with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package amiriskander/slack-notifier contains the following files
Loading the files please wait ....