{"id":28413305,"url":"https://github.com/vikbert/stackit-symfony-starter","last_synced_at":"2025-10-13T10:37:52.098Z","repository":{"id":146599827,"uuid":"455599356","full_name":"vikbert/stackit-symfony-starter","owner":"vikbert","description":"A symfony starter boilerplate for STACKIT","archived":false,"fork":false,"pushed_at":"2022-04-13T14:03:43.000Z","size":5548,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T20:49:09.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vikbert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-02-04T15:31:39.000Z","updated_at":"2022-04-09T06:25:52.000Z","dependencies_parsed_at":"2023-04-13T20:24:07.221Z","dependency_job_id":null,"html_url":"https://github.com/vikbert/stackit-symfony-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vikbert/stackit-symfony-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstackit-symfony-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstackit-symfony-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstackit-symfony-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstackit-symfony-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikbert","download_url":"https://codeload.github.com/vikbert/stackit-symfony-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikbert%2Fstackit-symfony-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014651,"owners_count":26085555,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-06-03T04:33:52.175Z","updated_at":"2025-10-13T10:37:52.085Z","avatar_url":"https://github.com/vikbert.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1 style=\"font-weight: bolder; margin-top: 0\" class=\"opacity-75\"\u003eSymfony STACKIT Starter\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eSymfony 6 + Nginx + PHP-FPM + Docker Alpine \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"#\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=flat-square\" alt=\"PRs Welcome\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/License-Apache-brightgreen.svg?style=flat-square\" alt=\"Apache License\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \n  \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Symfony2.svg/1280px-Symfony2.svg.png\" width=\"300\"/\u003e\n  \u003cbr\u003e\n\n\u003cimg src=\"https://xrgo.io/wp-content/uploads/STACKIT_CLOUD_POS_CMYK-1024x226.png\" width=\"300\"/\u003e\n\u003c/div\u003e\n\n---\n\n## Starting started on STACKIT\n\nSTACKIT was founded in 2018 to drive the digital transformation within the Schwarz Group with its own \nhigh-performance cloud and colocation infrastructure. STACKIT is a strategic project that supports the \ndigitalization of companies’ core businesses within the Schwarz Group. In addition to powerful, secure data centers, \nthey have the cloud-based IT infrastructure required to store, analyze and use large quantities of data. Read more on \u003chttps://www.stackit.de/en\u003e\n\n## Motivation\nCurrently, there is no sample project for Symfony application, which can be used to get started on STACKIT.\nThis project is going to provide a standard symfony project with minimal configuration, so that any external \u0026 internal \nSTACKIT customer can use Symfony on STACKIT easily as possible.\n\nMore sample projects like this can be found on \u003chttps://github.com/cloudfoundry-samples\u003e\n\n## Preparation\ncheckout the project\n```bash\ngit clone https://github.com/vikbert/stackit-symfony-starter.git\ncd stackit-symfony-starter/app\n```\n\n## How to start on local\n```bash\nmake start\n```\n\n## Quick Deploy to STACKIT\ncreate a demo project named *myapp* on `portal.stackit`\n```bash\ncf login\ncf target -s prod\ncf push myapp -f manifest.prod.yml\n# it should deploy the current project source code on mayapp on STACKIT.\n```\n\nTo deploy a project in another language, check the sample project on \u003chttps://github.com/cloudfoundry-samples\u003e\n\n## Default configurations\n- `manifest.prod.xml`: minimal config for hardware and build package\n- `options.json`: manage the options which are set with the necessary default values for STACKIT\n- `zzz_symfony.ini`: prefix `zzz_` makes it possible that this config will be loaded as the last one\n- `extensions.ini`: config php extensions\n- `stdout.conf`: config the output from workers\n- `server-locations.conf`: nginx server configuration\n\n##  licence\n[apache-2.0](https://choosealicense.com/licenses/apache-2.0/)\n\n## Maintainer\n[xun.zhou@mail.schwarz](https://vikbert.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikbert%2Fstackit-symfony-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikbert%2Fstackit-symfony-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikbert%2Fstackit-symfony-starter/lists"}