{"id":15287405,"url":"https://github.com/core23/commonmarkformatterbundle","last_synced_at":"2025-10-07T01:31:26.972Z","repository":{"id":56957921,"uuid":"203016323","full_name":"core23/CommonMarkFormatterBundle","owner":"core23","description":"📑 This bundle provides a commonmark formatter for the Sonata FormatterBundle.","archived":true,"fork":false,"pushed_at":"2020-05-29T18:56:07.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-01T15:28:07.001Z","etag":null,"topics":["bundle","commonmark","formatter","markdown","php","sonata","sonata-formatter","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://core23.de","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/core23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":"core23","open_collective":"core23","ko_fi":"core23","custom":"https://donate.core23.de"}},"created_at":"2019-08-18T14:34:33.000Z","updated_at":"2023-01-28T14:21:36.000Z","dependencies_parsed_at":"2022-08-21T04:40:21.283Z","dependency_job_id":null,"html_url":"https://github.com/core23/CommonMarkFormatterBundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FCommonMarkFormatterBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FCommonMarkFormatterBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FCommonMarkFormatterBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/core23%2FCommonMarkFormatterBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/core23","download_url":"https://codeload.github.com/core23/CommonMarkFormatterBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235575692,"owners_count":19012156,"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":["bundle","commonmark","formatter","markdown","php","sonata","sonata-formatter","symfony","symfony-bundle"],"created_at":"2024-09-30T15:28:04.345Z","updated_at":"2025-10-07T01:31:21.686Z","avatar_url":"https://github.com/core23.png","language":"PHP","funding_links":["https://github.com/sponsors/core23","https://opencollective.com/core23","https://ko-fi.com/core23","https://donate.core23.de"],"categories":[],"sub_categories":[],"readme":"CommonMarkFormatterBundle\n=========================\n[![Latest Stable Version](https://poser.pugx.org/core23/commonmark-formatter-bundle/v/stable)](https://packagist.org/packages/core23/commonmark-formatter-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/core23/commonmark-formatter-bundle/v/unstable)](https://packagist.org/packages/core23/commonmark-formatter-bundle)\n[![License](https://poser.pugx.org/core23/commonmark-formatter-bundle/license)](https://packagist.org/packages/core23/commonmark-formatter-bundle)\n\n[![Total Downloads](https://poser.pugx.org/core23/commonmark-formatter-bundle/downloads)](https://packagist.org/packages/core23/commonmark-formatter-bundle)\n[![Monthly Downloads](https://poser.pugx.org/core23/commonmark-formatter-bundle/d/monthly)](https://packagist.org/packages/core23/commonmark-formatter-bundle)\n[![Daily Downloads](https://poser.pugx.org/core23/commonmark-formatter-bundle/d/daily)](https://packagist.org/packages/core23/commonmark-formatter-bundle)\n\n[![Continuous Integration](https://github.com/core23/CommonMarkFormatterBundle/workflows/Continuous%20Integration/badge.svg)](https://github.com/core23/CommonMarkFormatterBundle/actions)\n[![Code Coverage](https://codecov.io/gh/core23/CommonMarkFormatterBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/core23/CommonMarkFormatterBundle)\n\nThis bundle provides a [commonmark] formatter for the [Sonata FormatterBundle].\n\n## Installation\n\nOpen a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:\n\n```\ncomposer require core23/commonmark-formatter-bundle\n```\n\n### Enable the Bundle\n\nThen, enable the bundle by adding it to the list of registered bundles in `config/bundles.php` file of your project:\n\n```php\n// config/bundles.php\n\nreturn [\n    // ...\n    Core23\\CommonMarkFormatterBundle\\Core23CommonMarkFormatterBundle::class =\u003e ['all' =\u003e true],\n];\n```\n\nTo use the new formatter, register the formatter in `config/packages/sonata_formatter.yaml` file of your project:\n\n```yaml\nsonata_formatter:\n    formatters:\n        commonmark:\n            service: core23_commonmark_formatter.formatter\n```\n\n## Add markdown extensions\n\nIf you want to use some [Github-Flavored Markdown extensions], you need download the extension and register it inside the `config/services.yaml` file of your project:\n\n```yaml\nservices:\n    League\\CommonMark\\Extras\\CommonMarkExtrasExtension:\n        tags: [ 'core23_commonmark_formatter.extension' ]\n```\n\n[commonmark]: https://github.com/thephpleague/commonmark\n[Sonata FormatterBundle]: https://github.com/sonata-project/SonataFormatterBundle\n[Github-Flavored Markdown extensions]: https://github.com/thephpleague/commonmark-extras\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore23%2Fcommonmarkformatterbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcore23%2Fcommonmarkformatterbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcore23%2Fcommonmarkformatterbundle/lists"}