{"id":21420567,"url":"https://github.com/maxhoffmann/parsedown-laravel","last_synced_at":"2025-07-14T06:32:22.936Z","repository":{"id":12500469,"uuid":"15170065","full_name":"maxhoffmann/parsedown-laravel","owner":"maxhoffmann","description":":arrow_down: A parsedown (markdown) wrapper for Laravel","archived":false,"fork":false,"pushed_at":"2013-12-13T23:54:08.000Z","size":168,"stargazers_count":55,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-06-18T20:25:00.117Z","etag":null,"topics":["laravel","markdown","parsedown","php"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxhoffmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-13T17:48:44.000Z","updated_at":"2021-10-20T11:40:00.000Z","dependencies_parsed_at":"2022-09-13T20:50:44.238Z","dependency_job_id":null,"html_url":"https://github.com/maxhoffmann/parsedown-laravel","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/maxhoffmann%2Fparsedown-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxhoffmann%2Fparsedown-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxhoffmann%2Fparsedown-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxhoffmann%2Fparsedown-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxhoffmann","download_url":"https://codeload.github.com/maxhoffmann/parsedown-laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225957986,"owners_count":17551331,"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":["laravel","markdown","parsedown","php"],"created_at":"2024-11-22T20:18:19.043Z","updated_at":"2024-11-22T20:18:19.860Z","avatar_url":"https://github.com/maxhoffmann.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Parsedown for Laravel\n=====================\n\nA Parsedown wrapper for Laravel to compile markdown to HTML.\n\n[Parsedown](http://parsedown.org/) is fast and supports GitHub flavored markdown.\n\nInstallation\n------------\n\nrequire package in `composer.json`\n\n```json\n\"require\": {\n\t\"laravel/framework\": \"4.1.*\",\n\t\"maxhoffmann/parsedown-laravel\": \"dev-master\"\n},\n```\n\nadd parsedown’s service provider in `config/app.php`\n\n```php\n'providers' =\u003e array(\n\n\t'Illuminate\\Foundation\\Providers\\ArtisanServiceProvider',\n\t...\n\t'Illuminate\\Workbench\\WorkbenchServiceProvider',\n\n\t'MaxHoffmann\\Parsedown\\ParsedownServiceProvider'\n),\n```\n\nand parsedown’s facade (also in `config/app.php`)\n\n```php\n'aliases' =\u003e array(\n\n\t'App'             =\u003e 'Illuminate\\Support\\Facades\\App',\n\t...\n\t'View'            =\u003e 'Illuminate\\Support\\Facades\\View',\n\n\t'Markdown'        =\u003e 'MaxHoffmann\\Parsedown\\ParsedownFacade',\n\n),\n```\n\nUsage\n-----\n\n```php\nMarkdown::parse('__Hello__ Markdown!');\n// returns '\u003cp\u003e\u003cstrong\u003eHello\u003c/strong\u003e Markdown!\u003c/p\u003e'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxhoffmann%2Fparsedown-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxhoffmann%2Fparsedown-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxhoffmann%2Fparsedown-laravel/lists"}