2017 © Pedro Peláez
 

library phlyty

PHP 5.4 Microframework built on top of ZF2 components

image

phly/phlyty

PHP 5.4 Microframework built on top of ZF2 components

  • Tuesday, August 26, 2014
  • by weierophinney
  • Repository
  • 16 Watchers
  • 100 Stars
  • 1,760 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 17 Forks
  • 1 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

Phlyty - A Microframework using ZF2 components

Build Status, (*1)

Phlyty is a microframework using ZF2 components., (*2)

Basically, ZF2 components are used to provide the boring parts:, (*3)

  • Routing
  • HTTP request and response
  • Events
  • Logging

I used phly_mustache as the templating engine., (*4)

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., (*5)

The goal is to use PHP 5.4 idioms and provide a lightweight mechanism for building prototypes and simple websites., (*6)

At this time, the basic functionality is all written and tested, and basic end-user and API documentation are now available via:, (*7)

  • http://phlyty.rtfd.org

The Versions