slack-php icon indicating copy to clipboard operation
slack-php copied to clipboard

Not available through composer

Open AyubM opened this issue 5 years ago • 5 comments

This package doesn't appear to be in composer?

AyubM avatar Apr 24 '19 01:04 AyubM

What do you mean?

https://packagist.org/packages/wrapi/slack

palanik avatar May 26 '19 04:05 palanik

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 avatar Jan 14 '20 17:01 kaarta-dstrickler

@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

palanik avatar Jan 15 '20 16:01 palanik

Thank you!

kaarta-dstrickler avatar Jan 16 '20 20:01 kaarta-dstrickler

@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)

MahefaAbel avatar Jun 04 '20 14:06 MahefaAbel