2017 © Pedro Peláez
 

library ui

bare-bones PHP framework with URL routing, templating and helper libraries

image

1upon0/ui

bare-bones PHP framework with URL routing, templating and helper libraries

  • Tuesday, January 27, 2015
  • by 1upon0
  • Repository
  • 1 Watchers
  • 3 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ui - extremely lightweight PHP framework

Started off as a HTML-templating and URL-routing script for quickly creating web applications, ui is now more than just a user interface manager. It now supports modular libraries, hooks, basic benchmarking and logging as well., (*1)

The primary reason for developing ui was speed and efficiency. The PHP frameworks I encountered (I looked at Model-View-Process based frameworks) seemed inefficient as they consumed too much memory due to overly-populated namespaces, unnecessary abstractions and encapsulations; or were inconvenient to use due to strict naming conventions., (*2)

With prime focus on minimal-overhead and flexibility, most features are modularly added using libraries, instead of being supplied with the core. Adding/using libraries, hooks or controls is extremely flexible with a minimal directory structuring scheme., (*3)

Requirements

  • ui uses PHP namespaces and hence requires at least PHP 5.
  • Fully featured URL routing requires .htaccess support, mod_rewrite and PATH_INFO enabled. However, URL routing will work partially with all or some of these disabled (detailed in url routing).
  • Depending upon the libraries you use, you might need CURL or other dependencies.

This project has been discontinued, as I have shifted to node.js environment and there are no other contributors. Bugreports and fixes are still welcomed.

Need Help?

Please browse through the wiki!, (*4)

The Versions

27/01 2015

dev-master

9999999-dev https://github.com/1upon0/ui

bare-bones PHP framework with URL routing, templating and helper libraries

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

22/10 2014

2.0.1

2.0.1.0 https://github.com/1upon0/ui

bare-bones PHP framework with URL routing, templating and helper libraries

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0