PHPackages                             rawebone/micro - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. rawebone/micro

ActiveLibrary[Testing &amp; Quality](/categories/testing)

rawebone/micro
==============

A minimalist, get-the-job-done web framework with an emphasis on testability

1.0.1(11y ago)374MITPHPPHP &gt;=5.3.0

Since Jan 13Pushed 11y ago2 watchersCompare

[ Source](https://github.com/rawebone/Micro)[ Packagist](https://packagist.org/packages/rawebone/micro)[ RSS](/packages/rawebone-micro/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Micro
=====

[](#micro)

[![Build Status](https://camo.githubusercontent.com/570155af50d810374af61bd98b0891ed3e3d5bc5c68a93710502ec190302f507/68747470733a2f2f7472617669732d63692e6f72672f72617765626f6e652f4d6963726f2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/rawebone/Micro)

Micro is a web framework designed for professionals needing to quick build small, reliable applications. Its goals are to:

- Be small enough so that it doesn't get in your way or force major architectural decisions about your application (i.e. the framework is not bigger than the picture)
- Provide the ability to fully test and profile the application layer with ease
- Provide the ability to debug the request process to see exactly why an error is occurring

> Please be aware that I am lowering my support for this project in favor of [Wilson](https://github.com/rawebone/Wilson) which is in part based off of this project but is more performant and has an overall better design. If anyone is interested in taking joint ownership of the project then feel free to get in contact, or send in PR's and I'll merge.

Usage
-----

[](#usage)

The basic usage of the application is:

```
