https://github.com/phly/phlyty
PHP microframework written using ZF2 components and phly_mustache
https://github.com/phly/phlyty
Last synced: 10 months ago
JSON representation
PHP microframework written using ZF2 components and phly_mustache
- Host: GitHub
- URL: https://github.com/phly/phlyty
- Owner: phly
- Created: 2012-08-06T02:23:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T13:39:14.000Z (almost 12 years ago)
- Last Synced: 2025-04-18T14:23:34.547Z (about 1 year ago)
- Language: JavaScript
- Size: 786 KB
- Stars: 97
- Watchers: 17
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Phlyty - A Microframework using ZF2 components
==============================================
> :warning: **Archived 2025-08-17**
>
> Use at your own risk.
[](http://travis-ci.org/weierophinney/phlyty)
Phlyty is a microframework using [ZF2 components](http://packages.zendframework.com/ "ZF2").
Basically, ZF2 components are used to provide the boring parts:
- Routing
- HTTP request and response
- Events
- Logging
I used [phly_mustache](https://github.com/phly/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:
- http://phlyty.rtfd.org