Skip to content

Instantly share code, notes, and snippets.

View dugajean's full-sized avatar

Dugi dugajean

View GitHub Profile
@dugajean
dugajean / install_oci8_ubuntu_16.04_php7.1.md
Created November 7, 2017 15:40 — forked from hewerthomn/install_oci8_ubuntu_16.04_php7.1.md
How to install OCI8 on Ubuntu 16.04 and PHP 7.1
@dugajean
dugajean / introrx.md
Created August 8, 2019 09:41 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@dugajean
dugajean / HttpStreamWrapperTestCase.php
Created August 15, 2019 12:19 — forked from ukolka/HttpStreamWrapperTestCase.php
PHPUnit extension for testing code that's using PHP's http:// stream wrapper context to make requests.
<?php
namespace tests\unittests\custom;
/**
* Whenever PHP HTTP stream is used you can
* inject a mock stream resource into an object that
* expect it.
*
* Usage example:
*
* ...