Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
updated attribution and added link to benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
xeoncross committed Jul 10, 2013
1 parent 456cd21 commit 0477932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -4,7 +4,7 @@ Why should I use this?

PHP is an **interpreted scripting language** and should not be expected to compile large collections of classes at runtime like other languages such as C. However, many PHP projects simply ignore this and attempt to build web applications with the same massive application design patterns as regular programs. The result is what we have today - websites that just can't handle any decent load.

On the other hand, MicroMVC is built with performance in mind. Easily one of the fastest frameworks ever made among the slue of small PHP frameworks. While most frameworks take 2-6MB of RAM to make a simple database request - MicroMVC can do it in less than .5MB while still using the full ORM.
On the other hand, MicroMVC is built with performance in mind. Easily one of the [fastest frameworks](http://www.techempower.com/benchmarks) ever made among the slue of small PHP frameworks. While most frameworks take 2-6MB of RAM to make a simple database request - MicroMVC can do it in less than .5MB while still using the full ORM.

MicroMVC is also fully PSR-0 compliant which means you can start using Symfony, Zend, Flurish, and other libraries right away!

Expand Down Expand Up @@ -39,4 +39,4 @@ If you have errors about missing classes (like `Locale`) make sure you have the

[MicroMVC](http://micromvc.com) is licensed under the Open Source MIT license, so you can use it for any personal or corporate projects totally free!</p>

Built by [David Pennington](http://xeoncross.com) of [Code2Design](http://code2design.com)
Built by [David Pennington](http://davidpennington.me)

0 comments on commit 0477932

Please sign in to comment.