{"id":43296519,"url":"https://github.com/dominicgisler/gislercms","last_synced_at":"2026-02-01T19:09:12.586Z","repository":{"id":234165998,"uuid":"169915337","full_name":"dominicgisler/gislercms","owner":"dominicgisler","description":"A simple CMS to manage your website contents","archived":false,"fork":false,"pushed_at":"2025-10-21T23:45:24.000Z","size":12302,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T00:27:16.529Z","etag":null,"topics":["cms","composer","content-management","gislercms","mysql","php","slim-framework"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dominicgisler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-02-09T21:24:40.000Z","updated_at":"2025-10-21T23:09:39.000Z","dependencies_parsed_at":"2024-04-18T11:33:49.072Z","dependency_job_id":"11b8f794-cde1-4f66-94cb-177febb7f6b1","html_url":"https://github.com/dominicgisler/gislercms","commit_stats":null,"previous_names":["dominicgisler/gislercms"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/dominicgisler/gislercms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicgisler%2Fgislercms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicgisler%2Fgislercms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicgisler%2Fgislercms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicgisler%2Fgislercms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dominicgisler","download_url":"https://codeload.github.com/dominicgisler/gislercms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicgisler%2Fgislercms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28986722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","composer","content-management","gislercms","mysql","php","slim-framework"],"created_at":"2026-02-01T19:09:11.837Z","updated_at":"2026-02-01T19:09:12.581Z","avatar_url":"https://github.com/dominicgisler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GislerCMS\n\n[![License](https://img.shields.io/github/license/dominicgisler/gislercms)](https://github.com/dominicgisler/gislercms/blob/master/LICENSE)\n[![Issues](https://img.shields.io/github/issues/dominicgisler/gislercms)](https://github.com/dominicgisler/gislercms/issues)\n[![Last commit](https://img.shields.io/github/last-commit/dominicgisler/gislercms/dev)](https://github.com/dominicgisler/gislercms/commits/dev)\n[![Latest release](https://img.shields.io/github/release/dominicgisler/gislercms?label=latest+release)](https://github.com/dominicgisler/gislercms/releases/latest)\n\n[![total downloads](https://img.shields.io/github/downloads/dominicgisler/gislercms/gislercms.zip?label=total+downloads)](https://github.com/dominicgisler/gislercms/releases)\n[![downloads latest release](https://img.shields.io/github/downloads/dominicgisler/gislercms/latest/gislercms.zip?label=downloads+latest+release)](https://github.com/dominicgisler/gislercms/releases/latest)\n\nA simple CMS to manage your website contents\n\n## Demo\n\nThe current release is available as a demo on [demo.cms.gisler-software.ch](https://demo.cms.gisler-software.ch)\n\nLogin on [/admin](https://demo.cms.gisler-software.ch/admin) with user `demo` and password `123456` to try it out.\n\nThe demo will be reset to the latest release every hour.\n\n## Global requirements\n\n- PHP 8.3\n- PDO\n- MySQL or MariaDB\n- Some kind of webserver\n- Setup vHost to access the application\n\n## How to install\n\n### Use Release\n\n- Download latest release and extract it.\n- See `Setup` below\n\n### Use Source\n\n#### Requirements (docker)\n\n- docker\n- docker-compose\n- make\n\n#### Requirements (native)\n\n- sass\n- minify\n- composer\n- see `Dockerfile` for an example how to install these tools\n\n#### Install\n\n- Download or clone the project\n- Use the following commands to build and run the project in a docker container\n- The commands can also be executed without docker, see `makefile`\n\n```bash\nmake docker\nmake dependencies\nmake css\ndocker-compose up -d\n```\n\n### Setup\n\n- Use `{URL}/admin/setup` to configure interactive (DB access and login data)\n- Login on `{URL}/admin/login`\n\n## Custom theme\n\nTo create custom themes for this CMS you can use the [gislercms-theme](https://github.com/dominicgisler/gislercms-theme) repo to have an example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominicgisler%2Fgislercms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdominicgisler%2Fgislercms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominicgisler%2Fgislercms/lists"}