kekstlt/mysilex

The silex hook for __construct() controllers method (Silex v2)

Maintainers

Package info

github.com/kekstlt/mysilex

Type:project

pkg:composer/kekstlt/mysilex

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2018-12-08 21:29 UTC

This package is auto-updated.

Last update: 2026-03-10 02:07:20 UTC


README

The silex hook for __construct() controllers method (Silex v2)

#install composer require kekstlt/mysilex dev-master#v1.0

#usage $app = new MySilex\MyApplication();

if controller has method init(Application $app) this method will be called before any controller action method.