Skip to content

Commit b884d8a

Browse files
committed
Merge branch 'master' of github.com:bluora/php-slack-api
2 parents 487255d + e418d37 commit b884d8a

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

README.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ Access your Slack Team's API through PHP objects.
1313
[![Total Downloads](https://img.shields.io/packagist/dt/bluora/php-slack-api.svg?style=flat-square)](https://packagist.org/packages/bluora/php-slack-api)
1414
[![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)
1515

16-
This package has been adapted from [bluora/php-slack-api](https://github.com/bluora/php-slack-api) by H&H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).
16+
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+
18+
### 1.0.0 release
19+
Please note that from the 1.0.0 release this package's namespace (and folder structure) will change from CL\Slack to Bluora\SlackApi.
20+
21+
From v1.0.0.0 all the payloads and responses will be matched with the Slack API and missing api methods (listed below) will be completed.
1722

1823
### Documentation
1924

@@ -31,25 +36,6 @@ This package has been adapted from [bluora/php-slack-api](https://github.com/blu
3136
allowing fully spec-ed PHP objects to be used for working with the API.
3237
- Code has been highly abstracted to support re-use in more specific implementations (see [SlackBundle](https://github.com/cleentfaar/CLSlackBundle))
3338

34-
35-
### Further reading
36-
37-
I've done my best to include links to the official documentation in the code where appropriate.
38-
39-
Still, you should really check out the [API documentation](https://api.slack.com/) of Slack yourself to get a better
40-
understanding of exactly what each API method does and what data it will return.
41-
42-
If you feel there is some part of this package that you would like to see documented in more detail, please don't hesitate
43-
to create an issue for it.
44-
45-
46-
### Contributing
47-
48-
Got a good idea for this project? Found a nasty bug that needs fixing? That's great!
49-
Before submitting your PR though, make sure it complies with the [contributing guide](https://github.com/bluora/php-slack-api/blob/master/src/CL/Slack/Resources/doc/contributing.md) to
50-
speed up the merging of your code.
51-
52-
5339
### Missing methods
5440

5541
The following methods have not yet been implemented, why not contribute and add some yourself?
@@ -69,11 +55,6 @@ The following methods have not yet been implemented, why not contribute and add
6955

7056
- [Slack for Laravel](https://github.com/bluora/laravel-slack-api) - Laravel integration with this library package.
7157

72-
73-
### Attributions
74-
75-
- The [Slack](https://slack.com/) staff, for making an awesome product and very clean API documentation.
76-
7758
### FAQ
7859

7960
###### Why am I getting a cURL 60 error when attempting to connect to the Slack API?
@@ -96,3 +77,18 @@ $apiClient = new ApiClient('api-token-here', $client);
9677
```
9778

9879
If you get a different error code you can look at the [list of cURL error codes](http://curl.haxx.se/libcurl/c/libcurl-errors.html), or consult the [Guzzle documentation](http://docs.guzzlephp.org/en/latest/) directly.
80+
81+
## Contributing
82+
83+
Please see [CONTRIBUTING](https://github.com/bluora/php-slack-api/blob/master/CONTRIBUTING.md) for details.
84+
85+
## Credits
86+
87+
* [Cas Leentfaar](https://github.com/cleentfaar)
88+
* [Rocco Howard](https://github.com/therocis)
89+
* [All Contributors](https://github.com/bluora/php-slack-api/contributors)
90+
91+
## License
92+
93+
The MIT License (MIT). Please see [License File](https://github.com/bluora/php-slack-api/blob/master/LICENSE) for more information.
94+

0 commit comments

Comments
 (0)