Giter VIP home page Giter VIP logo

ui's Introduction

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.

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.

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.

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!

ui's People

Contributors

y-gupta avatar shubhdev avatar

Stargazers

Harish choudhary avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

ui's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.