slackphp / components
Provides a set of well-defined component objects that form blocks within Slack's Block Kit framework
dev-master
2020-06-28 10:59 UTC
Requires
- php: >=7.4
- ext-json: *
Requires (Dev)
- phpunit/phpunit: 9.1.*
This package is auto-updated.
Last update: 2025-06-28 22:09:15 UTC
README
We strongly recommend not using this library in production until the first tagged release. Parameters and functionality can and will change until then!
Slack Block Kit Components
This shared resource contains all of Slack's Block Kit components (such as elements and compositions) as easy to implement and manipulate objects.
How To Install
Require this package into your composer.json
composer require slackphp/components
Documentation
All documentation for SIF and its libraries can be found on the SIF Documentation Website.
What is SIF?
SIF (Slack Integration Framework) is a collection of packages that make integration with the Slack API easy and fun!