Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flextype/flextype
Modern Open Source Flat Files Content Management System.
https://github.com/flextype/flextype
api cms content content-management content-management-system doctrine flat-file flat-file-cms flat-file-db flextype headless headless-cms markdown open-source php php7 website-builder yaml
Last synced: about 1 month ago
JSON representation
Modern Open Source Flat Files Content Management System.
- Host: GitHub
- URL: https://github.com/flextype/flextype
- Owner: flextype
- License: mit
- Created: 2018-03-09T07:54:16.000Z (over 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2022-11-19T11:55:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-12T20:28:55.271Z (7 months ago)
- Topics: api, cms, content, content-management, content-management-system, doctrine, flat-file, flat-file-cms, flat-file-db, flextype, headless, headless-cms, markdown, open-source, php, php7, website-builder, yaml
- Language: PHP
- Homepage: https://awilum.github.io/flextype
- Size: 20.8 MB
- Stars: 568
- Watchers: 32
- Forks: 80
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 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](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
* PHP [gd](http://php.net/manual/en/book.image.php) or [ImageMagick](http://php.net/manual/en/book.imagick.php) module for image processing.
* PHP [json](https://php.net/manual/en/book.json.php) module for JSON manipulation.
* PHP [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php)
* PHP [SPL](https://www.php.net/manual/en/book.spl.php)
* PHP [DOM](https://www.php.net/manual/ru/class.domdocument.php)Although it is optional, we strongly recommend enabling the following PHP extensions:
APC, APCu, XCache, Memcached, or Redis for better performance.## QUICK INSTALLATION
1. [Download the latest version of Flextype](https://awilum.github.io/flextype/downloads/).
2. 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, create directoryproject
and be sure to chmod the following directory to755
(or777
), so it is readable and writable by Flextype.[read the documentation](https://awilum.github.io/flextype/documentation/)
## COMMUNITY
Flextype is open source, community driven project, and maintained by community!#### [Github](https://github.com/flextype)
You may use GitHub Discussions to start discussion about core, plugin and themes development or If you want to report a bug, you can use the GitHub Issues.
#### [Twitter](https://twitter.com/_flextype)
Follow Flextype on Twitter to get real-time news regarding the development and all events we are attending.
## SUPPORTING Flextype
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.
### FINANCIAL SUPPORT
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 project supporter:
* [Visit Supporters page](https://awilum.github.io/supporters/)### PLATFORM CONTRIBUTIONS
Another excellent way to help out is by contributing your time or services.
#### BUG REPORTING
We are using GitHub Issues to manage our public bugs. We keep a close eye on this so before filing a new issue, try to make sure the problem does not already exist.
#### PULL REQUESTS
We actively welcome your pull requests!
If you need help with Git or our workflow, please ask in our community chat. We want your contributions even if you're just learning Git. Our maintainers are happy to help!
#### DOCS
You may help us to create amazing knowledge base for Flextype. Fix spelling, add code examples, help organize, write new articles, and etc...
## LICENSE
[The MIT License (MIT)](https://github.com/flextype/flextype/blob/1.x/LICENSE.txt)
Copyright (c) [Sergey Romanenko](https://awilum.github.io/)