Skip to content

Instantly share code, notes, and snippets.

Awesome PHP

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

Composer

<?php
namespace MyFunnyValentine;
// Detect if the currently matched route belongs to this module.
// The assumption is that the controller name includes the module namespace.
class Module
{
public function onBootstrap($e)