kekstlt/mysilex

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

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

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

This package is auto-updated.

Last update: 2024-04-09 21:26:00 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.