INTRODUCTION
Flextype is Modern Open Source Flat Files Content Management System. Building this Content Management System, we focused on simplicity. To achieve this, we implemented a simple but powerful API's.
With Flextype, you are in complete control. Design your data structure the way you want. Update and share your data with others and teams using version control. Flextype does not require MySQL database, because all the data are collected in a simple files. Perfect portability when changing your hosting provider. Just copy all the files from one server to another.
The underlying architecture of Flextype is built using well established and best-in-class technologies. This is to ensure that Flextype is simple to use and easy to extend.
REQUIREMENTS
SYSTEM REQUIREMENTS
Make sure your server meets the following requirements.
- Webserver (Apache, Nginx, etc.)
- PHP 8.1 or higher
PHP EXTENSIONS
Flextype needs the following PHP extensions to be enabled:
- PHP mbstring module for full UTF-8 support.
- PHP gd or ImageMagick module for image processing.