- Notifications
You must be signed in to change notification settings - Fork13
phly/phlyty
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
⚠️ Archived 2025-08-17Use at your own risk.
Phlyty is a microframework usingZF2 components.
Basically, ZF2 components are used to provide the boring parts:
- Routing
- HTTP request and response
- Events
- Logging
I usedphly_mustache as thetemplating engine.
Like a variety of other microframeworks, the core application object simplyallows you to attach callables to defined routes. You then interact with theHTTP request and response, and potentially router, and return something that theapplication can then send back in the HTTP response.
The goal is to use PHP 5.4 idioms and provide a lightweight mechanism forbuilding prototypes and simple websites.
At this time, the basic functionality is all written and tested, andbasic end-user and API documentation are now available via:
About
PHP microframework written using ZF2 components and phly_mustache
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.
