bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight code base with just ~65kb... Really?

Nils85 opened this issue · comments

I keep seeing this "65kb" on the website and even on the readme but I don't understand where this number come from, because:

  • The project size (master branch) is 580kb (compressed to a 218kb zip archive)
  • The lib folder size is 419kb
  • Even the file base.php is 92kb

So for me the real size of this framework is between 600 and 400 kb, but definitely more than 65kb.
Or maybe I missed something?

The core (base.php) with cache, registry, routing, ISO database, views and comments is even 53KB small (at least the version from nine years ago).

You did not miss anything. This information is outdated and probably not relevant anyway. Most users are certainly using the non-core features, too.