slack-php
slack-php copied to clipboard
Not available through composer
This package doesn't appear to be in composer?
What do you mean?
https://packagist.org/packages/wrapi/slack
Would you mind posting a message on how to install this package with Composer? Thanks! Otherwise, I'll just pick apart the code and get it done, but I'm sure it's easier your way.
@kaarta-dstrickler
Installing with Composer
Update your composer.json
to require wrapi/slack
package.
Run composer install
to add the package your vendor folder.
{
"require": {
"wrapi/slack": "*"
}
}
HTH
Thank you!
@palanik You have create a good package, but docs that show how to install this package with Composer is missing from README.MD (https://github.com/palanik/slack-php/blob/master/README.md)