Skip to content

Instantly share code, notes, and snippets.

View bizley's full-sized avatar
🖤
Kurald Galain user

Bizley bizley

🖤
Kurald Galain user
View GitHub Profile
@bizley
bizley / Ocramius_PhpCache.php
Created October 31, 2019 21:37 — forked from Ocramius/Ocramius_PhpCache.php
Simple cache adapter based on var_export and include.
<?php
/**
* Simple php cache using var_export generated files
*
* @author Marco Pivetta <ocramius@gmail.com>
*/
class Ocramius_PhpCache {
const DEFAULT_TTL = 3600;
@bizley
bizley / install-docker.md
Created September 4, 2019 10:57 — forked from npearce/install-docker.md
Amazon Linux 2 - install docker & docker-compose using 'sudo amazon-linux-extras' command