{"id":22281141,"url":"https://github.com/forkcms/forkcms","last_synced_at":"2025-05-14T13:05:58.866Z","repository":{"id":433588,"uuid":"1138583","full_name":"forkcms/forkcms","owner":"forkcms","description":"Fork is an easy to use open source CMS using Symfony Components.","archived":false,"fork":false,"pushed_at":"2024-03-15T13:59:55.000Z","size":108062,"stargazers_count":1172,"open_issues_count":67,"forks_count":323,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-04-10T03:47:29.331Z","etag":null,"topics":["cms","doctrine","fork","fork-cms","forkcms","hacktoberfest","php","symfony"],"latest_commit_sha":null,"homepage":"http://www.fork-cms.com","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/forkcms.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["carakas"]}},"created_at":"2010-12-04T18:06:15.000Z","updated_at":"2025-03-30T21:42:19.000Z","dependencies_parsed_at":"2023-10-11T11:25:23.930Z","dependency_job_id":"c79df0d5-ac1c-4f9a-89c9-673275d2d692","html_url":"https://github.com/forkcms/forkcms","commit_stats":{"total_commits":11127,"total_committers":177,"mean_commits":62.86440677966102,"dds":0.7982385189179473,"last_synced_commit":"1b0d36cf12cdd1e0c2ab0059a03faabdb42cc02e"},"previous_names":[],"tags_count":155,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkcms%2Fforkcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkcms%2Fforkcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkcms%2Fforkcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forkcms%2Fforkcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forkcms","download_url":"https://codeload.github.com/forkcms/forkcms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149948,"owners_count":22022851,"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","doctrine","fork","fork-cms","forkcms","hacktoberfest","php","symfony"],"created_at":"2024-12-03T16:15:06.608Z","updated_at":"2025-05-14T13:05:58.839Z","avatar_url":"https://github.com/forkcms.png","language":"PHP","funding_links":["https://github.com/sponsors/carakas"],"categories":[],"sub_categories":[],"readme":"![Fork CMS](docs/img/header.jpg)\n\n[![Build Status](https://img.shields.io/github/workflow/status/forkcms/forkcms/run-tests)](https://github.com/forkcms/forkcms/actions?query=workflow%3Arun-tests+branch%3Amaster)\n[![Latest Stable Version](https://poser.pugx.org/forkcms/forkcms/v/stable)](https://packagist.org/packages/forkcms/forkcms)\n[![License](https://poser.pugx.org/forkcms/forkcms/license)](https://packagist.org/packages/forkcms/forkcms)\n[![Code Coverage](https://codecov.io/gh/forkcms/forkcms/branch/master/graph/badge.svg?token=ahj70hVO29)](http://codecov.io/github/forkcms/forkcms?branch=master)\n[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://docs.fork-cms.com/)\n[![huntr.dev | the place to protect open source](https://cdn.huntr.dev/huntr_security_badge.svg)](https://huntr.dev)\n\n## Installation\n\n1. Make sure you have [composer](https://getcomposer.org/) installed.\n2. Run `composer create-project forkcms/forkcms .` in your document root.\n3. Browse to your website\n4. Follow the steps on-screen\n5. Have fun!\n\n### Dependencies\n\n**Remark**: If you are using GIT instead of composer create-project or the zip-file from [http://www.fork-cms.com](http://www.fork-cms.com), you\nshould install our dependencies. The dependencies are handled by [composer](http://getcomposer.org/)\n\nTo install the dependencies, you can run the command below in the document-root:\n\n\tcomposer install -o\n\n## Security\n\nIf you discover any security-related issues, please email core@fork-cms.com instead of using the issue tracker.\nHTML is allowed in translations because you sometimes need it. Any reports regarding this will not be accepted as a security issue. Owners of a website can narrow down who can add/edit translation strings using the group permissions.\n\n## Bugs\n\nIf you encounter any bugs, please create an issue on [Github](https://github.com/forkcms/forkcms/issues).\nIf you're stuck or would like to discuss Fork CMS: [![Join our Slack channel](https://imgur.com/zXuvRdw.png) Join our Slack Channel!](https://fork-cms.herokuapp.com)\n\n## Running the tests\n\nWe use phpunit as a test framework. It's installed when using composer install.\nTo be able to run them, make sure you have a database with the same credentials as\nyour normal database and with the name suffixed with _test.\n\nBecause we support multiple php versions it gave some issues. Therefore we use the bridge from symfony.\n\nRunning the tests:\n\n    composer test\n\nRunning only the unit, functional, or the installer tests\n\n     composer test -- --testsuite=functional\n     composer test -- --testsuite=unit\n     composer test -- --testsuite=installer\n\nIf you want to run all the tests except the ones from the installer use\n\n    composer test -- --exclude-group=installer\n\n## Styling the backend\n\nThe backend uses [Bootstrap](http://www.getbootstrap.com) in combination with Sass. To make changes, you should make\nthe changes into the scss-files, and regenerate the real css with `gulp build`.\n\n## Yarn\n\nWe use [yarn](https://yarnpkg.com/) to install our dependencies. For now we have a `gulp`-script that moves everything to\nthe correct directories. So if you change the dependencies, make sure you run `gulp build`.\n\n## Community\n\n[![Join our Slack channel](https://imgur.com/zXuvRdw.png) Join our Slack Channel!](https://fork-cms.herokuapp.com)\n\n\n_The Fork CMS team_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforkcms%2Fforkcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforkcms%2Fforkcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforkcms%2Fforkcms/lists"}