|
Project Information
Featured
|
IntroMundy 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 LibraryMundy 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
Basic Examplerequire 'lib/mundy/Load.php';
class Main extends mundy\Controller {
function GET() {
echo 'GET Mundy!';
}
}
$app = new mundy\App;Requirements
Getting StartedVisit the downloads page and grab the latest package. Or, browse the source. If you are lost, try the wiki. |