Download the PHP package fintech-systems/slack-php-api without Composer
On this page you can find all versions of the php package fintech-systems/slack-php-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fintech-systems/slack-php-api
More information about fintech-systems/slack-php-api
Files in fintech-systems/slack-php-api
Package slack-php-api
Short Description A Laravel friendly PHP API designed to ease interfacing with Slack
License MIT
Informations about the package slack-php-api
Slack API
A Slack API designed to run standalone or as part of a Laravel Application
Requirements:
- PHP 8.0
- A Slack App
Usage
References
- https://www.tyntec.com/docs/whatsapp-business-api-integration-slack -- Description on setting up the Slack Bot Token
- https://api.slack.com/methods/chat.postMessage -- Description on how to set up the Slack User Token
- Difference bot and user tokens? -- https://api.slack.com/authentication/token-types#user --- xoxp = user token, xoxb = bot token
Framework Agnostic PHP
Laravel Installation
You can publish the config file with:
This is the contents of the published config file:
This is the contents of the published config file:
Usage
Example
Methods
Testing
Local Development
If you are debugging from another package on localhost, then add this to composer.json
:
Then in require
section:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Feel free to log an issue or create a pull request.
Credits
- Eugene van der Merwe
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of slack-php-api with dependencies
spatie/ray Version ^1.30
fintech-systems/laravel-api-helpers Version ^0.1.2
monolog/monolog Version ^2.3