Download the PHP package phly/phlyty without Composer
On this page you can find all versions of the php package phly/phlyty. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package phlyty
Short Description PHP 5.4 Microframework built on top of ZF2 components
License BSD-3-Clause
Homepage http://github.com/weierophinney/phlyty
Informations about the package phlyty
Phlyty - A Microframework using ZF2 components
:warning: Archived 2025-08-17
Use at your own risk.
Phlyty is a microframework using ZF2 components.
Basically, ZF2 components are used to provide the boring parts:
- Routing
- HTTP request and response
- Events
- Logging
I used phly_mustache as the templating engine.
Like a variety of other microframeworks, the core application object simply allows you to attach callables to defined routes. You then interact with the HTTP request and response, and potentially router, and return something that the application can then send back in the HTTP response.
The goal is to use PHP 5.4 idioms and provide a lightweight mechanism for building prototypes and simple websites.
At this time, the basic functionality is all written and tested, and basic end-user and API documentation are now available via:
All versions of phlyty with dependencies
zendframework/zend-escaper Version 2.*
zendframework/zend-eventmanager Version 2.*
zendframework/zend-http Version 2.*
zendframework/zend-i18n Version 2.*
zendframework/zend-log Version 2.*
zendframework/zend-mvc Version 2.*
zendframework/zend-session Version 2.*
phly/mustache Version >=1.2.0