Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

announcing thin_php_app - a minimal PSR-15 application framework

10 views
Skip to first unread message

mik...@gmail.com

unread,
Apr 23, 2018, 4:33:50 AM4/23/18
to
Dear all,

I am announcing the development of a PHP application framework - miklcct/thin_php_app . It is a PSR-15 request handler application and any PSR-15 middleware can be plugged into it.

It contains only minimal functionalities and use PSR-7 and PSR-17 request and response (factories), therefore, unlike existing major PHP frameworks, it does not have request and response classes built-in - The user must install a PSR-17 implementation for it to work.

Although this framework contains built-in functionality for middleware (with the included MiddlewareApplication class), the whole application skeleton is a PSR-15 request handler implementation, therefore 3rd party middleware dispatcher can also be used on it.

There is no routing functionality in the framework, please see README.md for details.

A demo app is available at miklcct/thin_php_app_demo, sources for the framework and the demo are available on GitHub and packagist.

I will port my website and build it against this framework, afterwards a stable version will be released.

Regards,
Michael Tsang

Jesse

unread,
May 17, 2018, 6:36:23 PM5/17/18
to
Looks pretty nice! I'll try and find time to try it out properly a bit later.

Well done.
0 new messages