My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Featured
Wiki pages

Intro

Mundy wants you to build websites, easily and without confusion. Mundy believes brevity is best, but remains understandable and expandable. Mundy's goal is Url Routing. With the idea that Url Route's could be called trails, I thought of the wonderful forest that I lived almost directly next to: Mundy Park.

Framework vs Library

Mundy is a framework. It helps you organize and separate pieces of your application. Mundy goes no further. ORM, forms, validation, sessions, cookies, payments etc. are left to other libraries or packages. The idea is that these other libraries can very easily be used within Mundy. Check TestedLibraries for proven compatibility.

Features

  • Fast, bootstrap speed somewhere between GluePHP & Code Igniter
  • Loose MVC Pattern (Nothing is too strict)
  • Clean URL routing to Controller
  • Basic tag parsing for templates
  • Very low dependency (Drop out, or drop in classes)
  • Supports technical interoperability Read the proposal.
  • Fun! Do what you want, with the code you want!

Basic Example

require 'lib/mundy/Load.php';

class Main extends mundy\Controller {

	function GET() {
		echo 'GET Mundy!';
	}
}

$app = new mundy\App;

More examples

Requirements

  • PHP 5.3.0 and up
  • Apache server with mod_rewrite

Getting Started

Visit the downloads page and grab the latest package. Or, browse the source. If you are lost, try the wiki.

Powered by Google Project Hosting