ludovic-gonthier / HHFK

MVC Framework for HHVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HHFK

HHFK is a MVC Framework based on Hack to run on Hip-Hop Virtual Machine (HHVM). The framework has been thought to be the simpliest and easiest to use. The project respect the PSR-4 for his namespaces and autoloads.

It is based around Modules structure for more flexibility. Those modules can be bound to your application either by creating a Service to encapsulate it or just used directly in your code. Externals modules can be added using composer.

It tries the best to run on HHVM strict mode to speed your application up.

Documentaton

Coming soon!

Wanna help?

Please feel free to participate to the project!

Authors

@ludovic-gonthier

About

MVC Framework for HHVM


Languages

Language:PHP 75.8%Language:C++ 24.2%