|
|
|
|
|
by ivopetkov
3797 days ago
|
|
Here are some benefits:
- Lighter than most other frameworks (including the so-called micro framework). It's about 40 files.
- Fast and memory efficient. There will be benchmarks soon.
- Simple API. Perfect for newbies.
- Fast installation - just download and run. No installers.
- Addons support.
- File-based object storage for quick start.
- Some nice utilities for assets. Some PSR standards are taken into account, but not all of them. The goal is to provide simple to use and extendable framework that helps you do projects of any size. |
|
Number of files isn't a useful metric because other microframeworks can be run without ever loading the router or any of the data storage classes. They could be run with less than 10 files loaded. And even then, it still doesn't matter because number of files just means number of classes, which doesn't say anything about the readability or simplicity of the code.