{"id":37265659,"url":"https://github.com/agoat/contao-postsnpages-bundle","last_synced_at":"2026-01-16T00:10:20.736Z","repository":{"id":56942122,"uuid":"78837976","full_name":"agoat/contao-postsnpages-bundle","owner":"agoat","description":"An alternative Contao content organization with posts and pages","archived":false,"fork":false,"pushed_at":"2021-03-17T17:21:39.000Z","size":396,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T15:48:24.315Z","etag":null,"topics":["contao","content-management","page-articles","pages","posts"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agoat.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-01-13T10:07:11.000Z","updated_at":"2021-05-08T10:13:46.000Z","dependencies_parsed_at":"2022-08-21T07:50:39.104Z","dependency_job_id":null,"html_url":"https://github.com/agoat/contao-postsnpages-bundle","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/agoat/contao-postsnpages-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-postsnpages-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-postsnpages-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-postsnpages-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-postsnpages-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agoat","download_url":"https://codeload.github.com/agoat/contao-postsnpages-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agoat%2Fcontao-postsnpages-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28474349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T00:03:33.697Z","status":"ssl_error","status_checked_at":"2026-01-15T23:58:36.859Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["contao","content-management","page-articles","pages","posts"],"created_at":"2026-01-16T00:10:19.898Z","updated_at":"2026-01-16T00:10:20.731Z","avatar_url":"https://github.com/agoat.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Posts'n'Pages for Contao 4\n\n[![Version](https://img.shields.io/packagist/v/agoat/contao-postsnpages.svg?style=flat-square)](http://packagist.org/packages/agoat/contao-postsnpages)\n[![License](https://img.shields.io/packagist/l/agoat/contao-postsnpages.svg?style=flat-square)](http://packagist.org/packages/agoat/contao-postsnpages)\n[![Downloads](https://img.shields.io/packagist/dt/agoat/contao-postsnpages.svg?style=flat-square)](http://packagist.org/packages/agoat/contao-postsnpages)\n\n## About\nAn alternative structure to manage content in contao - similar to Wordpress but with a more comprehensive approach. It's based on the idea that a website basically contains 3 types of content:\n\n#### Post content\nContent that refers to an article or topic (which is typical for blogs), which can be called under a separate url, but which are also listed in an overview within a page (usually as a teaser).\n\n#### Page content\nContent that refers to a single page and which is only available on this page (like team pages, contact pages).\n\n#### Static content\nContent that is integrated as a module in the page layout and which can be seen on several or all pages (like footers or copyright informations).\n\n\n## Notice\nIf installed into an existing project, all page articles will disappear (they still exists in the database). A automatic migration of   the page articles to the new page containers will be implemented in a future version.\n\n## Install\n### Contao manager\nSearch for the package and install it\n```bash\nagoat/contao-postsnpages\n```\n\n### Managed edition\nAdd the package\n```bash\n# Using the composer\ncomposer require agoat/contao-postsnpages\n```\nRegistration and configuration is done by the manager-plugin automatically.\n\n### Standard edition\nAdd the package\n```bash\n# Using the composer\ncomposer require agoat/contao-postsnpages\n```\nRegister the bundle in the AppKernel\n```php\n# app/AppKernel.php\nclass AppKernel\n{\n    // ...\n    public function registerBundles()\n    {\n        $bundles = [\n            // ...\n            // after Contao\\CoreBundle\\ContaoCoreBundle\n            new Agoat\\PostsnPagesBundle\\AgoatPostsnPagesBundle(),\n        ];\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoat%2Fcontao-postsnpages-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagoat%2Fcontao-postsnpages-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagoat%2Fcontao-postsnpages-bundle/lists"}