{"id":22281450,"url":"https://github.com/getformwork/formwork","last_synced_at":"2025-10-19T09:53:11.784Z","repository":{"id":34303573,"uuid":"137587186","full_name":"getformwork/formwork","owner":"getformwork","description":"🏗 A flat file-based Content Management System (CMS) to build and manage sites with simplicity","archived":false,"fork":false,"pushed_at":"2024-10-19T21:52:15.000Z","size":9597,"stargazers_count":51,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"2.x","last_synced_at":"2024-10-20T09:34:12.604Z","etag":null,"topics":["cms","content-management","content-management-system","flat-file","markdown","php","yaml"],"latest_commit_sha":null,"homepage":"","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/getformwork.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-16T14:39:18.000Z","updated_at":"2024-10-19T21:52:18.000Z","dependencies_parsed_at":"2023-12-31T13:25:03.264Z","dependency_job_id":"0a8e9e3b-5518-4438-9828-712b2709da04","html_url":"https://github.com/getformwork/formwork","commit_stats":{"total_commits":1785,"total_committers":8,"mean_commits":223.125,"dds":0.3669467787114846,"last_synced_commit":"034052567fe07b5fa1d1f15f9ed83c0466a1085d"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getformwork%2Fformwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getformwork%2Fformwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getformwork%2Fformwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getformwork%2Fformwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getformwork","download_url":"https://codeload.github.com/getformwork/formwork/tar.gz/refs/heads/2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419861,"owners_count":20936012,"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":["cms","content-management","content-management-system","flat-file","markdown","php","yaml"],"created_at":"2024-12-03T16:18:19.439Z","updated_at":"2025-10-19T09:53:06.736Z","avatar_url":"https://github.com/getformwork.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"panel/assets/images/icon.svg\" height=\"28\"\u003e Formwork\n\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/getformwork/formwork.svg?color=%237a86b8\u0026version=2.x-dev)](#requirements)\n[![PHPStan Level](https://img.shields.io/badge/PHPStan-level%208-brightgreen)](https://github.com/phpstan/phpstan)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/getformwork/formwork/check.yaml)](https://github.com/getformwork/formwork/actions/workflows/check.yaml)\n[![GitHub Release Date](https://img.shields.io/github/release-date/getformwork/formwork.svg)](https://github.com/getformwork/formwork/releases/latest)\n[![GitHub All Releases](https://img.shields.io/github/downloads/getformwork/formwork/total.svg)](https://github.com/getformwork/formwork/releases)\n[![Packagist](https://img.shields.io/packagist/dt/getformwork/formwork.svg?color=%23f28d1a\u0026label=Packagist%20downloads)](https://packagist.org/packages/getformwork/formwork)\n\n🏗 Formwork is a flat file-based Content Management System (CMS) to build and manage simple sites.\n\n⚠️ **This is the `README` file for the [`2.x`](https://github.com/getformwork/formwork/tree/2.x) branch, currently in development and NOT STABLE.**\n\n👉 **See the [`1.x`](https://github.com/getformwork/formwork/tree/1.x) branch for the latest stable version.**\n\n## Features\n- ⚡️ Lightweight\n- 🗄 No database required!\n- 📦 Easy to [install](#installing)\n- ✨ Out-of-the-box Administration Panel\n\n![](site/pages/index/formwork.png)\n\n## Requirements\n- PHP **8.3** or higher\n- PHP extensions `dom`, `fileinfo`, `gd`, `mbstring`, `openssl` and `zip`\n\n## Installing\n\n### From GitHub releases\nYou can download a ready-to-use `.zip` archive from [GitHub releases page](https://github.com/getformwork/formwork/releases) and just extract it in the webroot of your server.\n\n### With Composer\nIf you prefer to install the latest stable release of Formwork with [Composer](https://getcomposer.org/) you can use this command:\n\n```shell\ncomposer create-project getformwork/formwork\n```\n\nComposer will create a `formwork` folder with a fresh ready-to-use Formwork installation.\n\nTo use the administration panel you need to build the [assets](#building-administration-panel-assets-with-yarn).\n\n### Cloning from GitHub\nIf you want to get the currently worked master version, you can clone the GitHub repository and then install the dependencies with Composer.\n\n1. Clone the repository in your webroot:\n\n```shell\ngit clone https://github.com/getformwork/formwork.git\n```\n\n2. Navigate to `formwork` folder and install the dependencies:\n\n```shell\ncd formwork\ncomposer install\n```\n\n3. Build the administration panel [assets](#building-administration-panel-assets-with-yarn).\n\n### Building administration panel assets with Yarn\nAfter installing with Composer or cloning from GitHub, you need to build the panel assets with [Yarn](https://yarnpkg.com/) by running the following commands:\n\n```shell\ncd panel\nyarn install\nyarn build\n```\n\n## Running Formwork server\n\nYou can test Formwork right away with the `serve` command, a customized wrapper of the [PHP Built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php).\n\n\u003e [!IMPORTANT]\n\u003e As with PHP CLI web server, Formwork server is intended for **testing purposes** and not for production environments.\n\nNavigate to the `formwork` folder and run the following command:\n\n```shell\nphp bin/serve\n```\n\nIf you prefer you can run the Formwork server through Composer:\n\n```shell\ncomposer serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetformwork%2Fformwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetformwork%2Fformwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetformwork%2Fformwork/lists"}