Skip to content

Instantly share code, notes, and snippets.

View rcastera's full-sized avatar

Richard Castera rcastera

View GitHub Profile
@rcastera
rcastera / gist:da354589babf9c3b81c7c4d959bc744a
Created March 31, 2016 12:17 — forked from brandonb927/gist:b12b796dcbdec658708f
Simple Client-side Error logging
<!--
From: https://metric.io/blog/2014/04/simple-client-side-error-logging
Stacktrace.js available from http://stacktracejs.com
-->
<script src="/static/js/stacktrace.js"></script>
<script>
window.onerror = function() {
var stackTrace;

Awesome PHP

A curated list of amazingly awesome PHP libraries, resources and shiny things.

Composer

Composer Related