Skip to content
Christophe SAUVEUR edited this page Sep 15, 2019 · 28 revisions

Welcome to the php-micro-framework wiki!

What is php-micro-framework?

php-micro-framework (MFX in short) is a full-stack PHP framework originally designed to serve as a project basis for Cheese Burgames, a french independant video game studio. The first version has been introduced in 2013 and matured in 2016. With time, MFX has evolved into a complete framework for external developments.

It can be used as the core of any regular website or API.

License

MFX is released under the MIT license as found here.

System Requirements

  • PHP 7.0.2+
  • Apache with mod_rewrite module enabled
  • Any database management system compatible with PDO (MySQL, MariaDB, PostgreSQL, ...) if you plan to use database storage (see PDO documentation for more information)

Getting Started

Go to this page to start using MFX.

Complete documentation

To access a deeper and more complete documentation on the design and usage of MFX, go to the Framework Reference page.

Planned Improvements

  • Making it compatible with Composer
  • Adding a setup script
  • Testing and improving nginx compatibility
  • Making it possible to replace the default route with a custom one
Clone this wiki locally