mrg123 / flextype

Build fast, flexible, easier to manage websites with Flextype.

Home Page:http://flextype.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

preview

Version License Total downloads Crowdin Quality Score Discord

Supporting Flextype

Flextype is an MIT-licensed open source project and completely free to use.

However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support it's ongoing development by being a backer or a sponsor:

INTRODUCTION

Flextype was founded in March 2018 as lightweight alternative to other heavy and outdated CMS. Many people use complex solutions for simple pages, unnecessarily. Building this content management system, we focused on simplicity - even novice webmaster adapt his template and writes his own plugin. 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 account 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. Some of these key technologies include:

  • Slim PHP: Framework for powerful web applications and APIs.
  • Twig Templating: Flexible, fast, and secure template engine for PHP.
  • Doctrine Project: A set of decoupled and reusable PHP libraries for powerful web applications.
  • The PHP League: The League of Extraordinary PHP Packages well tested and using modern coding standards.
  • Respect Validation: The most awesome validation engine ever created for PHP.
  • Thunderer Shortcode: Advanced shortcode (BBCode) parser and engine for PHP.

REQUIREMENTS

System requirements

Make sure your server meets the following requirements.

  • Webserver (Apache with Mod Rewrite)
  • PHP 7.2.0 or higher

PHP extensions

Flextype needs the following PHP extensions to be enabled:

Although it is optional, we strongly recommend enabling the following PHP extensions: APC, APCu, XCache, Memcached, or Redis for better performance.

Browser requirements

The admin panel of Flextype is compatible with:

Windows and macOS

  • Chrome 29 or later
  • Firefox 28 or later
  • Safari 9.0 or later
  • Microsoft Edge

Mobile

  • iOS: Safari 9.1 or later
  • Android: Chrome 4.4 or later

INSTALLATION

Using (S)FTP

Download the latest version.

Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After you’ve done this, be sure to chmod the following directories (with containing files) to 755(or 777), so they are readable and writable by Flextype:

  • site/

Using Composer

You can easily install Flextype with Composer.

composer create-project flextype/flextype

Install vendor libs for Flextype

composer install

Install vendor libs for Default Theme

cd site/themes/default
npm install
gulp

Install vendor libs for Admin Panel plugin

cd site/plugins/admin
composer install
npm install
gulp

Install vendor libs for Site plugin

cd site/plugins/site
composer install
npm install
gulp

COMMUNITY

Flextype is open source, community driven project, and maintained by community!

CONTRIBUTE

Flextype is an open source project and community contributions are essential to its growing and success. Contributing to the Flextype is easy and you can give as little or as much time as you want.

LICENSE

The MIT License (MIT) Copyright (c) 2018-2019 Sergey Romanenko

About

Build fast, flexible, easier to manage websites with Flextype.

http://flextype.org

License:MIT License


Languages

Language:PHP 57.5%Language:HTML 28.6%Language:CSS 12.0%Language:JavaScript 1.9%Language:Hack 0.0%