{"id":20816678,"url":"https://github.com/webuni/commonmark-bundle","last_synced_at":"2025-05-07T13:23:07.710Z","repository":{"id":57079388,"uuid":"39185752","full_name":"webuni/commonmark-bundle","owner":"webuni","description":"Symfony bundle that integrates the league/commonmark markdown parser.","archived":false,"fork":false,"pushed_at":"2018-04-16T14:42:32.000Z","size":16,"stargazers_count":9,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T18:44:04.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/webuni.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}},"created_at":"2015-07-16T08:30:38.000Z","updated_at":"2017-08-06T17:32:59.000Z","dependencies_parsed_at":"2022-08-24T14:56:26.769Z","dependency_job_id":null,"html_url":"https://github.com/webuni/commonmark-bundle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webuni%2Fcommonmark-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webuni%2Fcommonmark-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webuni%2Fcommonmark-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webuni%2Fcommonmark-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webuni","download_url":"https://codeload.github.com/webuni/commonmark-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224831557,"owners_count":17377206,"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":[],"created_at":"2024-11-17T21:36:07.090Z","updated_at":"2024-11-17T21:36:07.577Z","avatar_url":"https://github.com/webuni.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"CommonMark Bundle\n=================\n\n[![Packagist](https://img.shields.io/packagist/v/webuni/commonmark-bundle.svg?style=flat-square)](https://packagist.org/packages/webuni/commonmark-bundle)\n[![Build Status](https://img.shields.io/travis/webuni/commonmark-bundle.svg?style=flat-square)](https://travis-ci.org/webuni/commonmark-bundle)\n[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/webuni/commonmark-bundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/webuni/commonmark-bundle)\n[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/29bd3e8e-1b60-4ad5-aa6a-e04efb41e9e2.svg?style=flat-square)](https://insight.sensiolabs.com/projects/29bd3e8e-1b60-4ad5-aa6a-e04efb41e9e2)\n\nSymfony bundle that integrates the league/commonmark markdown parser.\n\nInstallation\n------------\n\nThis project can be installed via Composer:\n\n    composer require webuni/commonmark-bundle\n\nAdd WebuniCommonMarkBundle to your application kernel\n\n```php\n// app/AppKernel.php\npublic function registerBundles()\n{\n    return array(\n        // ...\n        new Webuni\\Bundle\\CommonMarkBundle\\WebuniCommonMarkBundle(),\n        // ...\n    );\n}\n```\n\nDefined DI Tags\n---------------\n\nThis bundle handles the following Dependency Injection Tags:\n\n    webuni_commonmark.extension: To add a implementation of League\\CommonMark\\Extension\\ExtensionInterface to the default environment.\n\nTo add the CommonMark Table Extension add the following to your app/config/sculpin_services.yml:\n\n```yaml\n# app/config/sculpin_services.yml\nservices:\n    app.commonamrk_table_extension:\n        class: Webuni\\CommonMark\\TableExtension\\TableExtension\n        tags:\n            - name: webuni_commonmark.extension\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebuni%2Fcommonmark-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebuni%2Fcommonmark-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebuni%2Fcommonmark-bundle/lists"}