PHPackages                             shaggy8871/frame - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. shaggy8871/frame

ActiveLibrary[Framework](/categories/framework)

shaggy8871/frame
================

Frame is a lightweight MVC routing framework for PHP

1.0.0(9y ago)632.4k5[1 PRs](https://github.com/shaggy8871/frame/pulls)MITPHPPHP &gt;=5.4.1CI failing

Since Dec 30Pushed 3y ago3 watchersCompare

[ Source](https://github.com/shaggy8871/frame)[ Packagist](https://packagist.org/packages/shaggy8871/frame)[ RSS](/packages/shaggy8871-frame/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Frame
=====

[](#frame)

[![Build Status](https://camo.githubusercontent.com/cbd18f822960e3c183a8465302ea9cc35df944fd0b11438a4ef22dee99727244/68747470733a2f2f7472617669732d63692e6f72672f736861676779383837312f6672616d652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/shaggy8871/frame)

Frame is a lightweight MVC routing framework for PHP. It's easy to get started, requires almost zero configuration, and can run within existing projects without a major rewrite.

Installation:

In composer.json:

```
"require": {
    "shaggy8871/frame": "dev-master"
}

```

Then run:

```
composer install

```

[Grab the sample FRAME application](https://github.com/shaggy8871/frame-sample-app)

Example index.php file

```
