{"id":13414937,"url":"https://github.com/flextype/flextype","last_synced_at":"2025-05-16T10:05:35.349Z","repository":{"id":37484449,"uuid":"124507214","full_name":"flextype/flextype","owner":"flextype","description":"Modern Open Source Flat Files Content Management System.","archived":false,"fork":false,"pushed_at":"2022-11-19T11:55:59.000Z","size":21833,"stargazers_count":582,"open_issues_count":27,"forks_count":73,"subscribers_count":32,"default_branch":"1.x","last_synced_at":"2025-05-09T01:24:34.314Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://awilum.github.io/flextype","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flextype.png","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","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://awilum.github.io/sponsors"]}},"created_at":"2018-03-09T07:54:16.000Z","updated_at":"2025-02-15T19:48:16.000Z","dependencies_parsed_at":"2022-07-13T16:47:59.749Z","dependency_job_id":null,"html_url":"https://github.com/flextype/flextype","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flextype%2Fflextype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flextype%2Fflextype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flextype%2Fflextype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flextype%2Fflextype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flextype","download_url":"https://codeload.github.com/flextype/flextype/tar.gz/refs/heads/1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253929553,"owners_count":21985828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-07-30T21:00:40.094Z","updated_at":"2025-05-16T10:05:35.299Z","avatar_url":"https://github.com/flextype.png","language":"PHP","funding_links":["https://awilum.github.io/sponsors"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\u003cimg src=\"https://images2.imgbox.com/49/8d/4ipHqUcj_o.jpg\" alt=\"Flextype\" align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg?label=License\" alt=\"License MIT\"\u003e \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/flextype/flextype?label=Stars\"\u003e \u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/flextype/flextype?label=Forks\"\u003e \u003ca href=\"https://hitsofcode.com\"\u003e\u003cimg alt=\"Hits of Code\" src=\"https://hitsofcode.com/github/flextype/flextype?branch=1.x\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n## INTRODUCTION\n\n**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.\n\nWith 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.\n\nThe 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.\n\n## REQUIREMENTS\n\n#### SYSTEM REQUIREMENTS\nMake sure your server meets the following requirements.\n\n* Webserver (Apache, Nginx, etc.)\n* PHP 8.1 or higher\n\n#### PHP EXTENSIONS\nFlextype needs the following PHP extensions to be enabled:\n\n* PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.\n* PHP [gd](http://php.net/manual/en/book.image.php) or [ImageMagick](http://php.net/manual/en/book.imagick.php) module for image processing.\n* PHP [json](https://php.net/manual/en/book.json.php) module for JSON manipulation.\n* PHP [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php)\n* PHP [SPL](https://www.php.net/manual/en/book.spl.php)\n* PHP [DOM](https://www.php.net/manual/ru/class.domdocument.php)\n\nAlthough it is optional, we strongly recommend enabling the following PHP extensions:\nAPC, APCu, XCache, Memcached, or Redis for better performance.\n\n## QUICK INSTALLATION\n\n1. [Download the latest version of Flextype](https://awilum.github.io/flextype/downloads/).\n2. 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 directory \u003ccode\u003eproject\u003c/code\u003e and be sure to chmod the following directory to \u003ccode\u003e755\u003c/code\u003e (or \u003ccode\u003e777\u003c/code\u003e), so it is readable and writable by Flextype.\n\n[read the documentation](https://awilum.github.io/flextype/documentation/)\n\n## COMMUNITY\nFlextype is open source, community driven project, and maintained by community!\n\n#### [Github](https://github.com/flextype)\n\nYou 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.\n\n#### [Twitter](https://twitter.com/_flextype)\n\nFollow Flextype on Twitter to get real-time news regarding the development and all events we are attending.\n\n## SUPPORTING Flextype\n\nFlextype is an open source project and community contributions are essential to its growing and success.\n\nContributing to the Flextype is easy and you can give as little or as much time as you want.\n\n### FINANCIAL SUPPORT\n\nFlextype is an MIT-licensed open source project and completely free to use.\n\nHowever, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.\n\nYou can support it's ongoing development by being a project supporter:\n* [Visit Supporters page](https://awilum.github.io/supporters/)\n\n### PLATFORM CONTRIBUTIONS\n\nAnother excellent way to help out is by contributing your time or services.\n\n#### BUG REPORTING\n\nWe 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.\n\n#### PULL REQUESTS\n\nWe actively welcome your pull requests!\n\nIf 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!\n\n#### DOCS\n\nYou may help us to create amazing knowledge base for Flextype. Fix spelling, add code examples, help organize, write new articles, and etc...\n\n## LICENSE\n[The MIT License (MIT)](https://github.com/flextype/flextype/blob/1.x/LICENSE.txt)\nCopyright (c) [Sergey Romanenko](https://awilum.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflextype%2Fflextype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflextype%2Fflextype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflextype%2Fflextype/lists"}