{"id":15489470,"url":"https://github.com/harentius/blog-bundle","last_synced_at":"2025-03-29T13:31:22.577Z","repository":{"id":62514709,"uuid":"45345439","full_name":"harentius/blog-bundle","owner":"harentius","description":"Symfony Bundle for adding simple blog functionality to existing or new Symfony project.","archived":true,"fork":false,"pushed_at":"2024-12-31T14:09:20.000Z","size":3120,"stargazers_count":19,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T11:51:24.622Z","etag":null,"topics":["blog","symfony","symfony-blog","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/harentius.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-11-01T15:19:08.000Z","updated_at":"2025-03-17T19:35:17.000Z","dependencies_parsed_at":"2024-09-17T19:50:36.489Z","dependency_job_id":null,"html_url":"https://github.com/harentius/blog-bundle","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harentius%2Fblog-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harentius%2Fblog-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harentius%2Fblog-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harentius%2Fblog-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harentius","download_url":"https://codeload.github.com/harentius/blog-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246190368,"owners_count":20738020,"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":["blog","symfony","symfony-blog","symfony-bundle"],"created_at":"2024-10-02T07:06:00.403Z","updated_at":"2025-03-29T13:31:22.571Z","avatar_url":"https://github.com/harentius.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony Blog Bundle\n\n[![codecov](https://codecov.io/gh/harentius/blog-bundle/branch/master/graph/badge.svg)](https://codecov.io/gh/harentius/blog-bundle)\n[![Maintainability](https://api.codeclimate.com/v1/badges/8a118f94722e7ac4dc70/maintainability)](https://codeclimate.com/github/harentius/blog-bundle/maintainability)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/harentius/blog-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/harentius/blog-bundle/?branch=master)\n\nA Symfony Bundle for adding simple blog functionality to existing or new Symfony project.  \nSubsplit from [harentius/blog](https://github.com/harentius/blog) minimalistic blogging engine, which is designed to use Markdown files for content and transform them into blogs, and harentius/blog only stores and shows blogs.\n\n## Installation\n\n1. Install the bundle\n```bash\n$ composer.phar require harentius/blog-bundle\n```\n\n2. Add bundles (in config/bundles.php or Kernel):\n\n```php\n\u003c?php\n// config/bundles.php\n\nreturn [\n//...\n    Harentius\\BlogBundle\\HarentiusBlogBundle::class =\u003e ['all' =\u003e true],\n//...\n    Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle::class =\u003e ['all' =\u003e true],\n    Symfony\\Bundle\\TwigBundle\\TwigBundle::class =\u003e ['all' =\u003e true],\n    Symfony\\Bundle\\MonologBundle\\MonologBundle::class =\u003e ['all' =\u003e true],\n    Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle::class =\u003e ['all' =\u003e true],\n    Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle::class =\u003e ['all' =\u003e true],\n    Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\n3. Include routes:\n```yml\n# config/routes.yaml\nblog:\n    resource: \"@HarentiusBlogBundle/Resources/config/routing.yaml\"\n    prefix:   /\n```\n\n4. Include default configs:\n*Note: this step can be skipped if you decide to configure bundles (i.e. DoctrineBundle, SecurityBundle, etc) yourself*\n\n```yml\n# config/packages/harentius_blog.yaml\nimports:\n    - { resource: '@HarentiusBlogBundle/Resources/config/config.yaml' }\n```\n\n## Configuration\nConfig reference:\n\n```yml\nharentius_blog:\n    title: Blog Title\n    theme: default|dark # default dark\n    highlight_code: true|false # load highlight js library or not, default false\n```\n\n5.  Create/Update your DB according to chosen installation type\n```bash\nbin/console doctrine:database:create\nbin/console doctrine:schema:create\n```\n\n6. Install assets\n```bash\nbin/console assets:install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharentius%2Fblog-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharentius%2Fblog-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharentius%2Fblog-bundle/lists"}