- PHP 5.5 and above
Composer
Run the following command to include this package via Composer
composer require davmixcool/logsnag.phpuse Davmixcool\LogSnag;$logsnag = new LogSnag('7f568d735724351757637b1dbf108e5');$logsnag->publish([
'project' => "my-saas",
'channel' => "waitlist",
'event' => "User Joined",
'icon' => "🎉",
'notify' => true
]);This package is maintained by David Oti and you!
This package is licensed under the MIT license.

