{"id":19244291,"url":"https://github.com/getparthenon/skeleton","last_synced_at":"2025-04-09T19:20:43.990Z","repository":{"id":59234642,"uuid":"528373455","full_name":"getparthenon/skeleton","owner":"getparthenon","description":"The Symfony SaaS boilerplate Skeleton Application","archived":false,"fork":false,"pushed_at":"2025-03-17T22:42:25.000Z","size":459,"stargazers_count":38,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T13:49:23.602Z","etag":null,"topics":["php","php8","saas-boilerplate","saas-template","symfony","symfony-application"],"latest_commit_sha":null,"homepage":"https://getparthenon.com","language":"PHP","has_issues":false,"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/getparthenon.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}},"created_at":"2022-08-24T10:29:25.000Z","updated_at":"2025-03-17T22:28:49.000Z","dependencies_parsed_at":"2024-03-21T12:26:46.116Z","dependency_job_id":"c34b2ada-96ab-42d0-842f-7a81c24b1e70","html_url":"https://github.com/getparthenon/skeleton","commit_stats":{"total_commits":177,"total_committers":1,"mean_commits":177.0,"dds":0.0,"last_synced_commit":"c311fa9867035da4ea356bbc1d06912807708402"},"previous_names":[],"tags_count":10,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getparthenon%2Fskeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getparthenon%2Fskeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getparthenon%2Fskeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getparthenon%2Fskeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getparthenon","download_url":"https://codeload.github.com/getparthenon/skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248095006,"owners_count":21046773,"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":["php","php8","saas-boilerplate","saas-template","symfony","symfony-application"],"created_at":"2024-11-09T17:22:46.006Z","updated_at":"2025-04-09T19:20:43.961Z","avatar_url":"https://github.com/getparthenon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"450px\" src=\"https://getparthenon.com/images/logo.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003eParthenon Skeleton Application\u003c/strong\u003e\u003c/p\u003e\n\nA quick and easy way to start your next application.\n\n## Get started\n\nTo get started you can either click the use template button \\([click here](https://github.com/getparthenon/skeleton/generate)\\) on GitHub that will create a repository for you which you can clone and use.\n\nOr via composer using the `create-project` command.\n\n`composer create-project parthenon/skeleton new-application`\n\n## Local Development Environment\n\nRequirements:\n\n* docker\n* yarn\n* php 8.1\n* composer\n\n### Setup\n\nThe first step is to set up the environment.\n\n```\ncomposer install\nyarn install\ndocker-compose up -d\ncd ..\nbin/console doctrine:migrations:migrate\n```\n\n### Run\n\nTo start up the local development environment you\n\n```\ncd docker\ndocker-compose up -d\ncd ..\nyarn encore dev-server\n```\n\nThen visit https://localhost\n\n\n## Documentation\n\nThe documentation can be found on the Parthenon website https://getparthenon.com/docs/getting-started/.\n\nIf you wish to contribute to the documentation. Or just look at the raw files. They can be found at https://github.com/getparthenon/parthenon-docs.\n\n## Support\n\nSupport is provided via GitHub, Slack, and Email.\n\nIf you have a commercial license you will be able to list the GitHub accounts that you want to link to the license. This\nmeans when an issue is created by an account linked to a commercial license they will get priority support. All other\nissues will be given best effort support.\n\n* Github: You can make an issue on [getparthenon/monorepo](https://github.com/getparthenon/monorepo/issues/new/choose)\n* Email: support@getparthenon.com\n* Slack: [Click here](https://join.slack.com/t/parthenonsupport/shared_invite/zt-1gujl7xsw-OALGFlPs~_Vf1cw6zaEkdg) to signup\n\nIssues we will provide support and fixes for:\n\n* Defects/Bugs\n* Performance issues\n* Documentation fixes/improvements\n* Lack of flexibility\n* Feature requests\n\n## FAQ\n\n### Is Parthenon Open-Source?\n\nYes, it's released under GPLv3\n\n### Can I use Parthenon for free?\n\nYes.\n\n### Who is Parthenon for?\n\nParthenon is for people who want to operate a web company that doesn't focus on the boring tech that everyone has done.\n\nFrom bootstraps that want to start their business on the right footing to companies that want to improve their tech to large companies that have new projects and don't want to rebuild the same features they've done so many times.\n\n### Can I use Parthenon with my existing Symfony application?\n\nYes. Parthenon is a bundle that can be used with your existing Symfony application. All the modules are toggable. So if you only want to use one part, you can.\n\n### Will I be able to grow with Parthenon?\n\nParthenon is designed to scale. It has been purposefully designed so that things are able to be replaced as you grow.\n\nWe know that as your system scales, there will be parts of Parthenon you'll want to replace with highly custom code, and we designed Parthenon to allow you to do it with ease.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetparthenon%2Fskeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetparthenon%2Fskeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetparthenon%2Fskeleton/lists"}