You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package has been adapted from [cleentfaar/slack](https://github.com/cleentfaar/slack) by H&H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).
17
17
@@ -22,15 +22,15 @@ From v1.0.0 all the payloads and responses will be matched with the Slack API an
22
22
23
23
### Documentation
24
24
25
-
-[Getting started](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/getting-started.md) - Before you use this library, you need to generate a token or setup oAuth.
26
-
-[Installation](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/installation.md) - Information on installing this library through composer or as a git submodule.
27
-
-[Usage](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/usage.md) - A few simple examples on how to access the Slack API using this library
28
-
-[API methods](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/methods/index.md) - Detailed information on each of Slack's API methods and how to access them using this library's `Payload` classes.
29
-
-[Events](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/events.md) - Examples for listening to events fired by the `ApiClient`
25
+
-[Getting started](https://github.com/hnhdigital-os/php-slack-api/blob/master/src/CL/Slack/Resources/doc/getting-started.md) - Before you use this library, you need to generate a token or setup oAuth.
26
+
-[Installation](https://github.com/hnhdigital-os/php-slack-api/blob/master/src/CL/Slack/Resources/doc/installation.md) - Information on installing this library through composer or as a git submodule.
27
+
-[Usage](https://github.com/hnhdigital-os/php-slack-api/blob/master/src/CL/Slack/Resources/doc/usage.md) - A few simple examples on how to access the Slack API using this library
28
+
-[API methods](https://github.com/hnhdigital-os/php-slack-api/blob/master/src/CL/Slack/Resources/doc/methods/index.md) - Detailed information on each of Slack's API methods and how to access them using this library's `Payload` classes.
29
+
-[Events](https://github.com/hnhdigital-os/php-slack-api/blob/master/src/CL/Slack/Resources/doc/events.md) - Examples for listening to events fired by the `ApiClient`
30
30
31
31
32
32
### Features
33
-
- Access all of Slack's API methods with dedicated payload classes (see [usage documentation](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/usage.md))
33
+
- Access all of Slack's API methods with dedicated payload classes (see [usage documentation](https://github.com/hnhdigital-os/php-slack-api/blob/master/src/CL/Slack/Resources/doc/usage.md))
34
34
- Payloads and responses follow the same definitions as described in the [official documentation](https://api.slack.com) (with a few exceptions where I think it would make a better distinction).
35
35
- Data between you and Slack is serialized using the [JMS Serializer](http://jmsyst.com/libs/serializer) package,
36
36
allowing fully spec-ed PHP objects to be used for working with the API.
@@ -118,7 +118,7 @@ The following methods no longer exist in the API:
118
118
119
119
### Related packages
120
120
121
-
-[Slack for Laravel](https://github.com/bluora/laravel-slack-api) - Laravel integration with this library package.
121
+
-[Slack for Laravel](https://github.com/hnhdigital-os/laravel-slack-api) - Laravel integration with this library package.
122
122
123
123
### FAQ
124
124
@@ -145,15 +145,15 @@ If you get a different error code you can look at the [list of cURL error codes]
145
145
146
146
## Contributing
147
147
148
-
Please see [CONTRIBUTING](https://github.com/bluora/php-slack-api/blob/master/CONTRIBUTING.md) for details.
148
+
Please see [CONTRIBUTING](https://github.com/hnhdigital-os/php-slack-api/blob/master/CONTRIBUTING.md) for details.
0 commit comments