Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.55 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.55 KB

The AF Framework

MIT Licensed Sorry I did not tried to "build" this thing...

What is AF Framework

AF Framework is a light weight PHP framework that enables you to build anything in any way you like.

Modern PHP frameworks are often pretty fat, and too large to put into a single repository, that's not the case for AF Framework. AF is designed to be minimalistic. There is only one single kernel file, that's all of it.

Without the extra weight, it is very efficient and fast. On an average machine it should be able to handle thousands of request per second, if not more.

And the minimalistic design also helps to make the learning curve more comfortable to newcomers, rookie engineers, and even those just want to learn the right way to do PHP.

Because AF use the least language feature as possible, it is also possible to adapt it to an older enviroment, makes it easier to modernize legacy product.

Official Documentation

Documentation for the framework can be found here.

License

The AF framework is open-sourced licensed under MIT license.