Skip to content

Commit 611f1c2

Browse files
authored
Update with new github repo
1 parent c1d6f5b commit 611f1c2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
```
1010
Access your Slack Team's API through PHP objects.
1111

12-
[![Latest Version](https://img.shields.io/github/release/bluora/php-slack-api.svg?style=flat-square)](https://github.com/bluora/php-slack-api/releases)
13-
[![Total Downloads](https://img.shields.io/packagist/dt/bluora/php-slack-api.svg?style=flat-square)](https://packagist.org/packages/bluora/php-slack-api)
14-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/bluora/php-slack-api/blob/master/LICENSE.md)
12+
[![Latest Version](https://img.shields.io/github/release/hnhdigital-os/php-slack-api.svg?style=flat-square)](https://github.com/hnhdigital-os/php-slack-api/releases)
13+
[![Total Downloads](https://img.shields.io/packagist/dt/hnhdigital-os/php-slack-api.svg?style=flat-square)](https://packagist.org/packages/hnhdigital-os/php-slack-api)
14+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/hnhdigital-os/php-slack-api/blob/master/LICENSE.md)
1515

1616
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).
1717

@@ -22,15 +22,15 @@ From v1.0.0 all the payloads and responses will be matched with the Slack API an
2222

2323
### Documentation
2424

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`
3030

3131

3232
### 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))
3434
- 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).
3535
- Data between you and Slack is serialized using the [JMS Serializer](http://jmsyst.com/libs/serializer) package,
3636
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:
118118

119119
### Related packages
120120

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.
122122

123123
### FAQ
124124

@@ -145,15 +145,15 @@ If you get a different error code you can look at the [list of cURL error codes]
145145

146146
## Contributing
147147

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.
149149

150150
## Credits
151151

152152
* [Cas Leentfaar](https://github.com/cleentfaar)
153153
* [Rocco Howard](https://github.com/therocis)
154-
* [All Contributors](https://github.com/bluora/php-slack-api/contributors)
154+
* [All Contributors](https://github.com/hnhdigital-os/php-slack-api/contributors)
155155

156156
## License
157157

158-
The MIT License (MIT). Please see [License File](https://github.com/bluora/php-slack-api/blob/master/LICENSE) for more information.
158+
The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/php-slack-api/blob/master/LICENSE) for more information.
159159

0 commit comments

Comments
 (0)