Download the PHP package tiagomichaelsousa/slack-client without Composer
On this page you can find all versions of the php package tiagomichaelsousa/slack-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tiagomichaelsousa/slack-client
More information about tiagomichaelsousa/slack-client
Files in tiagomichaelsousa/slack-client
Informations about the package slack-client
Slack Client is a non-official PHP API client that allows you to interact with the Slack API ⚡️
This package is still under development. There may have methods that are still not implemented.
Get Started
The official documentation for the Slack Client will be available soon. 👀
Until there you can still explore the SDK development experience with the users()
, conversations()
and reminders()
methods 🚀
Requires PHP 8.1+
First, install Slack Client via the Composer package manager:
After that, you can interact with Slacks's API:
If necessary, it is possible to configure and create a separate client.
Testing
This client provides a way to easily fake the API responses through Slack\Client
class.
Before using this feature please ensure that you swap the Slack\Client
with Slack\Testing\ClientFake
in your test case.
Besides this useful test class, you can also easily generate response objects and provide relevant information based on your use case. All responses have a fake()
method to easily overwrite the objects.
The official documentation for the Slack Client will be available soon. 👀
Slack Client is an open-sourced software licensed under the MIT license.
All versions of slack-client with dependencies
nesbot/carbon Version ^2.67
nyholm/psr7 Version ^1.8
php-http/discovery Version ^1.18.1
php-http/multipart-stream-builder Version ^1.3.0
psr/http-client Version ^1.0.2
psr/http-client-implementation Version ^1.0.1
psr/http-factory-implementation Version *
psr/http-message Version ^1.1.0|^2.0.0
symfony/http-client Version ^6.2