Skip to content

Instantly share code, notes, and snippets.

View DZunke's full-sized avatar
🍻
Prost!

Denis Zunke DZunke

🍻
Prost!
View GitHub Profile
<?php
require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php';
$identity = new \DZunke\SlackBundle\Slack\Messaging\Identity();
$identity->setUsername('CoffeeBrewer');
$identity->setIconEmoji(':coffee:');
$connection = new \DZunke\SlackBundle\Slack\Client\Connection();

Keybase proof

I hereby claim:

  • I am DZunke on github.
  • I am dzunke (https://keybase.io/dzunke) on keybase.
  • I have a public key whose fingerprint is 30C8 9D56 35EB 863C 145E DA18 2A2D 50EA 31A1 B2C6

To claim this, I am signing this object:

@DZunke
DZunke / phpunit.sh
Last active April 14, 2017 12:53
PHPUnit Notifications for Windows 10 Linux Subsystem (Creators Update)
#!/bin/sh
######################################
####
#### PHPUnit Test Notifications for Windows Linux Subsystem (Creators Update)
####
#### Setup BurntToast https://github.com/Windos/BurntToast
####
#### Powershell:
####
# PHP 8.3.4 (cli)
$ php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date