{"id":21619576,"url":"https://github.com/markei/silex-website-framework","last_synced_at":"2025-03-18T18:21:39.343Z","repository":{"id":62524130,"uuid":"89635074","full_name":"Markei/silex-website-framework","owner":"Markei","description":"Quickstart building sites with Silex, Twig, Symfony Forms, Imagine and Swiftmailer","archived":false,"fork":false,"pushed_at":"2018-02-05T07:11:34.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T22:24:02.720Z","etag":null,"topics":["framework","php","silex","silex-framework","silex-skeleton","twig","website"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Markei.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}},"created_at":"2017-04-27T19:54:48.000Z","updated_at":"2017-12-28T17:39:43.000Z","dependencies_parsed_at":"2022-11-02T14:15:29.161Z","dependency_job_id":null,"html_url":"https://github.com/Markei/silex-website-framework","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markei%2Fsilex-website-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markei%2Fsilex-website-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markei%2Fsilex-website-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Markei%2Fsilex-website-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Markei","download_url":"https://codeload.github.com/Markei/silex-website-framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244277179,"owners_count":20427312,"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":["framework","php","silex","silex-framework","silex-skeleton","twig","website"],"created_at":"2024-11-24T23:09:22.860Z","updated_at":"2025-03-18T18:21:39.321Z","avatar_url":"https://github.com/Markei.png","language":"HTML","readme":"# SilexWebsiteFramework\r\n\r\nThe Markei.nl SilexWebsiteFramework configures all the standard vendors you need to build a site with Silex: Twig, Symfony Forms, Imagine and Swiftmailer\r\n\r\n## Quick start\r\n\r\nCreate your own Application.php and start registering your routes.\r\n\r\n\t\u003c?php\r\n\tnamespace Acme\\AcmeWebsite;\r\n\r\n\tuse Markei\\SilexWebsiteFramework\\Application as BaseApplication;\r\n\tuse Symfony\\Component\\HttpFoundation\\Request;\r\n\r\n\tclass Application extends BaseApplication\r\n\t{\r\n\t    protected function getRequiredConfigurationFields()\r\n\t    {\r\n\t\treturn array_merge(parent::getRequiredConfigurationFields(), []);\r\n\t    }\r\n\r\n\t    protected function registerRoutes()\r\n\t    {\r\n\t\t$this-\u003eget('/first-page', function (Application $app, Request $request) { return $app['controllers.page']-\u003eshowPageAction($request, 'first-page'); });\r\n\t\t$this-\u003eget('/second-page', function (Application $app, Request $request) { return $app['controllers.page']-\u003eshowPageAction($request, 'second-page'); });\r\n\t\tparent::registerRoutes();\r\n\t    }\r\n\r\n\t    protected function registerControllers()\r\n\t    {\r\n\t\tparent::registerControllers();\r\n\t    }\r\n\t}","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkei%2Fsilex-website-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkei%2Fsilex-website-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkei%2Fsilex-website-framework/lists"}