apioo / psx

PSX is an innovative PHP framework dedicated to build fully typed REST APIs.
https://phpsx.org
Apache License 2.0
170 stars 13 forks source link

Option to add global middlewares #15

Closed chriskapp closed 8 years ago

chriskapp commented 8 years ago

It should be possible to configure global middlewares in the configuration which are applied for every controller. Probably we should have a "pre" and "post" option so pre middlewares are applied before the controller is called and post after the controller was called.

chriskapp commented 8 years ago

Implemented in version 1.1.2